[U-Boot] [PATCH] ARM : at91sam9x5 : Remove CONFIG_ARCH_CPU_INIT

15 Aug
2012
15 Aug
'12
4:48 a.m.
Remove CONFIG_ARCH_CPU_INIT, no need it anymore
Signed-off-by: Bo Shen voice.shen@atmel.com --- include/configs/at91sam9x5ek.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index f8bd870..82f6b48 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -35,8 +35,6 @@ #define CONFIG_AT91SAM9X5EK #define CONFIG_AT91FAMILY
-#define CONFIG_ARCH_CPU_INIT - #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG
--
1.7.9.5

15 Aug
15 Aug
8:40 a.m.
Dear Bo Shen,
On 15.08.12 04:48, Bo Shen wrote:
Remove CONFIG_ARCH_CPU_INIT, no need it anymore
Signed-off-by: Bo Shen voice.shen@atmel.com
applied to u-boot-atmel/master, thanks!
Best regards
Andreas Bießmann
4652
Age (days ago)
4652
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andreas Bießmann
-
Bo Shen