Root/package/uboot-lantiq/Config.in

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

Archive Download this file



interactive