* [U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions
@ 2011-03-29 10:15 Gray Remlin
2011-03-29 11:30 ` Albert ARIBAUD
2011-07-14 20:32 ` Wolfgang Denk
0 siblings, 2 replies; 5+ messages in thread
From: Gray Remlin @ 2011-03-29 10:15 UTC (permalink / raw)
To: u-boot
Correct some ommissions of renaming CONFIG_CONSOLE_INFO_QUIET to
CONFIG_SYS_CONSOLE_INFO_QUIET
Signed-off-by: Gray Remlin <gryrmln@gmail.com>
---
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 */
--
1.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions
2011-03-29 10:15 [U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions Gray Remlin
@ 2011-03-29 11:30 ` Albert ARIBAUD
2011-07-14 20:32 ` Wolfgang Denk
1 sibling, 0 replies; 5+ messages in thread
From: Albert ARIBAUD @ 2011-03-29 11:30 UTC (permalink / raw)
To: u-boot
Hi Gray,
Le 29/03/2011 12:15, Gray Remlin a ?crit :
> Correct some ommissions of renaming CONFIG_CONSOLE_INFO_QUIET to
> CONFIG_SYS_CONSOLE_INFO_QUIET
>
> Signed-off-by: Gray Remlin<gryrmln@gmail.com>
Tested-by: Albert ARIBAUD <albert.aribaud@free.fr>
(tested on ED Mini V2 only, as its maintainer)
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions
2011-03-29 10:15 [U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions Gray Remlin
2011-03-29 11:30 ` Albert ARIBAUD
@ 2011-07-14 20:32 ` Wolfgang Denk
2011-07-16 9:43 ` Albert ARIBAUD
1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2011-07-14 20:32 UTC (permalink / raw)
To: u-boot
Dear Albert,
In message <1301393738-17625-1-git-send-email-gryrmln@gmail.com> Gray Remlin wrote:
> Correct some ommissions of renaming CONFIG_CONSOLE_INFO_QUIET to
> CONFIG_SYS_CONSOLE_INFO_QUIET
>
> Signed-off-by: Gray Remlin <gryrmln@gmail.com>
> ---
> include/configs/edminiv2.h | 2 +-
> include/configs/km_arm.h | 2 +-
> include/configs/mv-common.h | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Do you have this patch on your list? In Patchwork:
88742 New [U-Boot] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Be careful what you wish for. You never know who will be listening.
- Terry Pratchett, _Soul Music_
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions
2011-07-14 20:32 ` Wolfgang Denk
@ 2011-07-16 9:43 ` Albert ARIBAUD
2011-08-04 9:15 ` Albert ARIBAUD
0 siblings, 1 reply; 5+ messages in thread
From: Albert ARIBAUD @ 2011-07-16 9:43 UTC (permalink / raw)
To: u-boot
Le 14/07/2011 22:32, Wolfgang Denk a ?crit :
> Dear Albert,
>
> In message<1301393738-17625-1-git-send-email-gryrmln@gmail.com> Gray Remlin wrote:
>> Correct some ommissions of renaming CONFIG_CONSOLE_INFO_QUIET to
>> CONFIG_SYS_CONSOLE_INFO_QUIET
>>
>> Signed-off-by: Gray Remlin<gryrmln@gmail.com>
>> ---
>> include/configs/edminiv2.h | 2 +-
>> include/configs/km_arm.h | 2 +-
>> include/configs/mv-common.h | 2 +-
>> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> Do you have this patch on your list? In Patchwork:
> 88742 New [U-Boot] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions
Hadn't dug back to find it yet. It does not apply cleanly because it
touches include/configs/km_arm.h which has been moved by commit
264eaa0ea967bac32214b87d60cfc86c8b22cac6. Gray, can you rebase and post
V2 of your patch ?
> Best regards,
>
> Wolfgang Denk
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions
2011-07-16 9:43 ` Albert ARIBAUD
@ 2011-08-04 9:15 ` Albert ARIBAUD
0 siblings, 0 replies; 5+ messages in thread
From: Albert ARIBAUD @ 2011-08-04 9:15 UTC (permalink / raw)
To: u-boot
On 16/07/2011 11:43, Albert ARIBAUD wrote:
> Le 14/07/2011 22:32, Wolfgang Denk a ?crit :
>> Dear Albert,
>>
>> In message<1301393738-17625-1-git-send-email-gryrmln@gmail.com> Gray Remlin wrote:
>>> Correct some ommissions of renaming CONFIG_CONSOLE_INFO_QUIET to
>>> CONFIG_SYS_CONSOLE_INFO_QUIET
>>>
>>> Signed-off-by: Gray Remlin<gryrmln@gmail.com>
>>> ---
>>> include/configs/edminiv2.h | 2 +-
>>> include/configs/km_arm.h | 2 +-
>>> include/configs/mv-common.h | 2 +-
>>> 3 files changed, 3 insertions(+), 3 deletions(-)
>>
>> Do you have this patch on your list? In Patchwork:
>> 88742 New [U-Boot] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions
>
> Hadn't dug back to find it yet. It does not apply cleanly because it
> touches include/configs/km_arm.h which has been moved by commit
> 264eaa0ea967bac32214b87d60cfc86c8b22cac6. Gray, can you rebase and post
> V2 of your patch ?
>
>> Best regards,
>>
>> Wolfgang Denk
Adding Gray as to: recipient.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-08-04 9:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29 10:15 [U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions Gray Remlin
2011-03-29 11:30 ` Albert ARIBAUD
2011-07-14 20:32 ` Wolfgang Denk
2011-07-16 9:43 ` Albert ARIBAUD
2011-08-04 9:15 ` Albert ARIBAUD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox