From 00dd65ffdbf288d01c19533f6b9a0283a19ed0eb Mon Sep 17 00:00:00 2001 From: Mengze Liao Date: Thu, 2 Nov 2017 15:47:37 +0800 Subject: [PATCH] Romulus disable the console trace and update machine XML (cherry picked from commit a0163b392cf902bd68fbdd2e9d390b12a46b9233) Signed-off-by: Stewart Smith --- openpower/configs/hostboot/romulus.config | 2 +- openpower/configs/romulus_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/configs/hostboot/romulus.config b/openpower/configs/hostboot/romulus.config index 486017d4fc..f41ec1635c 100755 --- a/openpower/configs/hostboot/romulus.config +++ b/openpower/configs/hostboot/romulus.config @@ -61,7 +61,7 @@ unset ENABLE_CHECKSTOP_ANALYSIS unset IPLTIME_CHECKSTOP_ANALYSIS # set for trace debug to console -set CONSOLE_OUTPUT_TRACE +unset CONSOLE_OUTPUT_TRACE unset CONFIG_SECUREBOOT unset CONFIG_TPMDD diff --git a/openpower/configs/romulus_defconfig b/openpower/configs/romulus_defconfig index 45388994c8..8d413f1bc4 100644 --- a/openpower/configs/romulus_defconfig +++ b/openpower/configs/romulus_defconfig @@ -41,7 +41,7 @@ BR2_OPENPOWER_PLATFORM=y BR2_OPENPOWER_POWER9=y BR2_HOSTBOOT_CONFIG_FILE="romulus.config" BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="romulus-xml" -BR2_OPENPOWER_MACHINE_XML_VERSION="01469bcb75751ce0b02468fbef0c392006ea7ba1" +BR2_OPENPOWER_MACHINE_XML_VERSION="8633e11cd395547f37df3c9d90cc2c7e0bebd194" BR2_OPENPOWER_MACHINE_XML_FILENAME="romulus.xml" BR2_OPENPOWER_SYSTEM_XML_FILENAME="ROMULUS_hb.system.xml" BR2_OPENPOWER_MRW_XML_FILENAME="ROMULUS_hb.mrw.xml"