From f03072225ee57c5159d24edcac5b6f1c3b976167 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 6 Jul 2011 10:36:35 +0000 Subject: fix lantiq uboot to build lzma compressed bootloaders for eval kits git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27487 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../files/board/infineon/easy50712/config.mk | 30 ++++------------------ 1 file changed, 5 insertions(+), 25 deletions(-) (limited to 'package/uboot-lantiq/files/board/infineon/easy50712/config.mk') diff --git a/package/uboot-lantiq/files/board/infineon/easy50712/config.mk b/package/uboot-lantiq/files/board/infineon/easy50712/config.mk index c0e5d8244..b110f6f32 100644 --- a/package/uboot-lantiq/files/board/infineon/easy50712/config.mk +++ b/package/uboot-lantiq/files/board/infineon/easy50712/config.mk @@ -26,35 +26,15 @@ # sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp -ifdef CONFIG_LZMA_BOOTSTRAP - -ifdef BUILD_BOOTSTRAP - -$(info BUILD_BOOTSTRAP ) -#TEXT_BASE = 0xB0000000 -TEXT_BASE = 0x80010000 - -else # BUILD_BOOTSTRAP - -ifndef TEXT_BASE -$(info redefine TEXT_BASE = 0x80040000 ) -TEXT_BASE = 0x80040000 -endif - -endif # BUILD_BOOTSTRAP - +ifdef CONFIG_BOOTSTRAP +TEXT_BASE = 0x80001000 +CONFIG_BOOTSTRAP_TEXT_BASE = 0xb0000000 +CONFIG_SYS_RAMBOOT = y else -ifdef BUILD_BOOTSTRAP -$(error BUILD_BOOTSTRAP but not enabled in config) -endif - ifndef TEXT_BASE -## Standard: boot from ebu $(info redefine TEXT_BASE = 0xB0000000 ) TEXT_BASE = 0xB0000000 -## For testing: boot from RAM -# TEXT_BASE = 0x80100000 endif -endif # CONFIG_LZMA_BOOTSTRAP +endif -- cgit v1.2.3