diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-03-31 09:45:09 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-03-31 09:45:09 +0000 |
commit | a09006c414de412f43d577237d536cfad0dc91e3 (patch) | |
tree | 0415d2107f7f7dd1c5d06f5a9ef4a9d1243feab0 /package/uboot-lantiq/Config.in | |
parent | a423c3abee758da0d5d4b20cd4f52678f21acd54 (diff) | |
download | mtk-20170518-a09006c414de412f43d577237d536cfad0dc91e3.zip mtk-20170518-a09006c414de412f43d577237d536cfad0dc91e3.tar.gz mtk-20170518-a09006c414de412f43d577237d536cfad0dc91e3.tar.bz2 |
cleanup configuration handling
SVN-Revision: 20628
Diffstat (limited to 'package/uboot-lantiq/Config.in')
-rw-r--r-- | package/uboot-lantiq/Config.in | 55 |
1 files changed, 29 insertions, 26 deletions
diff --git a/package/uboot-lantiq/Config.in b/package/uboot-lantiq/Config.in index 7544e71..e2c156d 100644 --- a/package/uboot-lantiq/Config.in +++ b/package/uboot-lantiq/Config.in @@ -1,32 +1,35 @@ -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_TARGET + string "target" + default "easy50712_DDR166M" + depends on PACKAGE_uboot-lantiq + 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. - 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. + bool "Enable RAM boot image" + depends on PACKAGE_uboot-lantiq + 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 . + -config IFXMIPS_UBOOT_A800 +config UBOOT_A800 bool "add ARV452 Switch bringup hack" - depends on PACKAGE_uboot-ifxmips + depends on PACKAGE_uboot-lantiq help Say Y, if you have a arv452 board (wav-281, A800, ..) |