From patchwork Tue Mar 29 10:15:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions X-Patchwork-Submitter: Gray Remlin X-Patchwork-Id: 88742 X-Patchwork-Delegate: albert.aribaud@free.fr Message-Id: <1301393738-17625-1-git-send-email-gryrmln@gmail.com> To: albert.aribaud@free.fr Cc: u-boot@lists.denx.de Date: Tue, 29 Mar 2011 11:15:38 +0100 From: Gray Remlin List-Id: U-Boot discussion Correct some ommissions of renaming CONFIG_CONSOLE_INFO_QUIET to CONFIG_SYS_CONSOLE_INFO_QUIET Signed-off-by: Gray Remlin Tested-by: Albert ARIBAUD --- include/configs/edminiv2.h | 2 +- include/configs/km_arm.h | 2 +- include/configs/mv-common.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index a75f06a..7d55db8 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@ -209,7 +209,7 @@ /* * Other required minimal configurations */ -#define CONFIG_CONSOLE_INFO_QUIET /* some code reduction */ +#define CONFIG_SYS_CONSOLE_INFO_QUIET /* Suppress console details at boot */ #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ #define CONFIG_ARCH_MISC_INIT /* call arch_misc_init() */ #define CONFIG_DISPLAY_CPUINFO /* Display cpu info */ diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h index bf77cc0..f5c7f53 100644 --- a/include/configs/km_arm.h +++ b/include/configs/km_arm.h @@ -112,7 +112,7 @@ /* * Other required minimal configurations */ -#define CONFIG_CONSOLE_INFO_QUIET /* some code reduction */ +#define CONFIG_SYS_CONSOLE_INFO_QUIET /* Suppress console details at boot */ #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ #define CONFIG_ARCH_MISC_INIT /* call arch_misc_init() */ #define CONFIG_DISPLAY_CPUINFO /* Display cpu info */ diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index a8937dd..0cf6f1f 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -101,7 +101,7 @@ #define CONFIG_SYS_LONGHELP #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING -#define CONFIG_CONSOLE_INFO_QUIET /* some code reduction */ +#define CONFIG_SYS_CONSOLE_INFO_QUIET /* Suppress console details at boot */ #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ #define CONFIG_ARCH_MISC_INIT /* call arch_misc_init() */ #define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early inits */