X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fuboot-lantiq%2FConfig.in;h=578b088646e5c7116d055c3670280c80b0900770;hb=9ca3b49a3c3850614a5f76f2291571c617d0dce6;hp=7544e711dfe3485be5a152db3edef0aca1b829d9;hpb=e0e232b87230222418b8df5444e2975e1a6ceb33;p=openwrt-10.03%2F.git diff --git a/package/uboot-lantiq/Config.in b/package/uboot-lantiq/Config.in index 7544e711d..578b08864 100644 --- a/package/uboot-lantiq/Config.in +++ b/package/uboot-lantiq/Config.in @@ -1,32 +1,37 @@ -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 . +menu "Configuration" + depends on PACKAGE_uboot-lantiq -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" + 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" + 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 help Say Y, if you have a arv452 board (wav-281, A800, ..) + +endmenu