aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq/Config.in
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2010-03-30 13:51:10 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2010-03-30 13:51:10 +0000
commit5a25d4dd36562e72591aa3d612b700863c1fa4f6 (patch)
treee4727c782838f4918bc948c796237d9669fac1f3 /package/uboot-lantiq/Config.in
parente69c93fb7be34ad210d0b019499d0c95fa06e35a (diff)
downloadupstream-5a25d4dd36562e72591aa3d612b700863c1fa4f6.tar.gz
upstream-5a25d4dd36562e72591aa3d612b700863c1fa4f6.tar.bz2
upstream-5a25d4dd36562e72591aa3d612b700863c1fa4f6.zip
missing patch & config file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-lantiq/Config.in')
-rw-r--r--package/uboot-lantiq/Config.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/package/uboot-lantiq/Config.in b/package/uboot-lantiq/Config.in
new file mode 100644
index 0000000000..7544e711df
--- /dev/null
+++ b/package/uboot-lantiq/Config.in
@@ -0,0 +1,32 @@
+config UBOOT_CONFIG
+ string "configuration file"
+ default "easy50712_DDR166M"
+ help
+ The configuration reflects the settings for a dedicated board hardware.
+ Select for Danube evaluation board easy50712_DDR166M .
+ Select for AR9 evaluation board easy50812_DDR166M .
+
+config UBOOT_DDR_CONFIG
+ string "DDR configuration file"
+ default "danube_ref_ddr166.conf"
+ depends on UBOOT_RAMBOOT
+ help
+ The DDR configuration file should reflect the DDR memory device configuration .
+ It will be used to create a RAM boot image
+ Select for Danube evalution board danube_ref_ddr166.conf .
+ Select for AR9 evalution board easy50812.conf .
+
+config UBOOT_RAMBOOT
+ bool "Enable RAM boot image"
+ help
+ Using the UART boot mode of the ROM code this image could be loaded to the RAM.
+ Executing the image in the RAM the functionality of the uboot image can be
+ tested first without touching the original flash.
+ Note: Be carefull, by saving the environment the flash will be modified.
+ The OWRT flash layout differs from the layout provided by Lantiq / Infineon.
+
+config IFXMIPS_UBOOT_A800
+ bool "add ARV452 Switch bringup hack"
+ depends on PACKAGE_uboot-ifxmips
+ help
+ Say Y, if you have a arv452 board (wav-281, A800, ..)