[U-Boot] [PATCH] arm, davinci: replace CONFIG_PRELOADER with CONFIG_SPL_BUILD

27 Jul
2011
27 Jul
'11
8:12 a.m.
Signed-off-by: Heiko Schocher hs@denx.de --- board/davinci/common/misc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/davinci/common/misc.c b/board/davinci/common/misc.c index 6103339..fed4900 100644 --- a/board/davinci/common/misc.c +++ b/board/davinci/common/misc.c @@ -33,7 +33,7 @@
DECLARE_GLOBAL_DATA_PTR;
-#ifndef CONFIG_PRELOADER +#ifndef CONFIG_SPL_BUILD int dram_init(void) { /* dram_init must store complete ramsize in gd->ram_size */
--
1.7.6
5035
Age (days ago)
5035
Last active (days ago)
0 comments
1 participants
participants (1)
-
Heiko Schocher