diff options
author | John Crispin <blogic@openwrt.org> | 2011-02-01 14:26:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-02-01 14:26:47 +0000 |
commit | 79a047aa996b7e7edb15c14e20d3889850b8039c (patch) | |
tree | 95b229d99fdd086985ad9f64914f1ab25e1eaa35 /package/uboot-lantiq/Config.in | |
parent | a8d365bfb6bf0c7841538452592af986f0117a25 (diff) | |
download | upstream-79a047aa996b7e7edb15c14e20d3889850b8039c.tar.gz upstream-79a047aa996b7e7edb15c14e20d3889850b8039c.tar.bz2 upstream-79a047aa996b7e7edb15c14e20d3889850b8039c.zip |
[uboot-lantiq]
* rework the arcadyan sku support
* adds a few new boards and switches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-lantiq/Config.in')
-rw-r--r-- | package/uboot-lantiq/Config.in | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package/uboot-lantiq/Config.in b/package/uboot-lantiq/Config.in deleted file mode 100644 index d434667afa..0000000000 --- a/package/uboot-lantiq/Config.in +++ /dev/null @@ -1,32 +0,0 @@ -menu "Configuration" - depends on PACKAGE_uboot-lantiq - -config UBOOT_TARGET - string "target" - 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_RAMBOOT - bool "Enable RAM boot image" - help - Using the UART boot mode of the ROM code this image could be loaded to the RAM. - While 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 UBOOT_RAMBOOT_DDR_CONFIG - string "DDR configuration file" - default "easy50712_DDR166M.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 easy50712_DDR166M.conf . - Select for AR9 evalution board easy50812.conf . - Select for arcadyan PSC RAM board arcadyan.conf . - -endmenu |