diff options
author | Heiko Schocher <hs@denx.de> | 2011-07-26 20:12:34 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-03 22:56:23 +0100 |
commit | eb40d05fcc741f6a526a226c2c3a836e3cf45b7e (patch) | |
tree | 42e1d3ed62b6dbce079edd391756dfebc2af0845 /board/davinci/common | |
parent | 5e454e0acefe8d020506db6608b70205b10fb8d9 (diff) | |
download | u-boot-imx-eb40d05fcc741f6a526a226c2c3a836e3cf45b7e.zip u-boot-imx-eb40d05fcc741f6a526a226c2c3a836e3cf45b7e.tar.gz u-boot-imx-eb40d05fcc741f6a526a226c2c3a836e3cf45b7e.tar.bz2 |
arm, davinci: replace CONFIG_PRELOADER with CONFIG_SPL_BUILD
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/davinci/common')
-rw-r--r-- | 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 89ae111..5aa7605 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 */ |