commit | 552a319081dd169cfa306f1574af7c640125f18b | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Wed Jul 13 05:11:07 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 26 14:44:34 2011 +0200 |
tree | 9004be3d53e0cdba8eae3e9ad93e574642552dde | |
parent | 55fc5b6a62cc268af05caada73747a96483f9c00 [diff] [blame] |
replace CONFIG_PRELOADER with CONFIG_SPL_BUILD replace all occurences of CONFIG_PRELOADER with CONFIG_SPL_BUILD Signed-off-by: Aneesh V <aneesh@ti.com>
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 6bbedf4..bcbf697 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c
@@ -364,7 +364,7 @@ debug ("Reserving %ldk for U-Boot at: %08lx\n", gd->mon_len >> 10, addr); -#ifndef CONFIG_PRELOADER +#ifndef CONFIG_SPL_BUILD /* * reserve memory for malloc() arena */