summaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq/files/board/arcadyan/config.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-02-24 07:41:10 +0000
committerJohn Crispin <john@openwrt.org>2011-02-24 07:41:10 +0000
commit54734b3d7d3908bea0d040df7b089b0ad174826e (patch)
tree215d4146ecf2f02abb622aa4d13bb48b4df48e90 /package/uboot-lantiq/files/board/arcadyan/config.mk
parentcf3b7563cfc1c293c633bb361f7660ff67c0dc6c (diff)
downloadmaster-31e0f0ae-54734b3d7d3908bea0d040df7b089b0ad174826e.tar.gz
master-31e0f0ae-54734b3d7d3908bea0d040df7b089b0ad174826e.tar.bz2
master-31e0f0ae-54734b3d7d3908bea0d040df7b089b0ad174826e.zip
* adds stage1 lzma * new boards * fixes settings for PSC ram * lost of cleanups
SVN-Revision: 25694
Diffstat (limited to 'package/uboot-lantiq/files/board/arcadyan/config.mk')
-rw-r--r--package/uboot-lantiq/files/board/arcadyan/config.mk34
1 files changed, 5 insertions, 29 deletions
diff --git a/package/uboot-lantiq/files/board/arcadyan/config.mk b/package/uboot-lantiq/files/board/arcadyan/config.mk
index c0e5d82445..cc8cd30906 100644
--- a/package/uboot-lantiq/files/board/arcadyan/config.mk
+++ b/package/uboot-lantiq/files/board/arcadyan/config.mk
@@ -20,41 +20,17 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
-
-#
-# Danube board with MIPS 24Kc CPU core
-#
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