missing patch & config file
[openwrt-10.03/.git] / package / uboot-lantiq / Config.in
1 config UBOOT_CONFIG
2    string "configuration file"
3    default "easy50712_DDR166M"
4    help
5      The configuration reflects the settings for a dedicated board hardware.
6      Select for Danube evaluation board easy50712_DDR166M .
7      Select for AR9 evaluation board easy50812_DDR166M .
8
9 config UBOOT_DDR_CONFIG
10    string "DDR configuration file"
11    default "danube_ref_ddr166.conf"
12    depends on UBOOT_RAMBOOT
13    help
14      The DDR configuration file should reflect the DDR memory device configuration .
15      It will be used to create a RAM boot image
16      Select for Danube evalution board danube_ref_ddr166.conf .
17      Select for AR9 evalution board easy50812.conf .
18
19 config UBOOT_RAMBOOT
20    bool "Enable RAM boot image"
21    help
22      Using the UART boot mode of the ROM code this image could be loaded to the RAM.
23      Executing the image in the RAM the functionality of the uboot image can be 
24      tested first without touching the original flash.
25      Note: Be carefull, by saving the environment the flash will be modified.
26      The OWRT flash layout differs from the layout provided by Lantiq / Infineon.
27
28 config IFXMIPS_UBOOT_A800
29         bool "add ARV452 Switch bringup hack"
30         depends on PACKAGE_uboot-ifxmips
31         help
32           Say Y, if you have a arv452 board (wav-281, A800, ..)