37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
menu "uboot-zyxel Configuration"
|
|
depends on PACKAGE_uboot-zyxel
|
|
|
|
config UBOOT_ZYXEL_RAMBOOT
|
|
bool "Enable RAM boot image"
|
|
help
|
|
To build u-boot image for booting from RAM not ROM.
|
|
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.
|
|
|
|
config UBOOT_ZYXEL_TARGET
|
|
string "u-boot config"
|
|
default "rt6856evm" if TARGET_rt6856_rt6856evm
|
|
default "amitsample" if TARGET_rt6856_amitsample
|
|
default "nbg5615" if TARGET_rt6856_nbg5615
|
|
default "pla4231" if TARGET_ar934x_pla4231
|
|
|
|
config UBOOT_ZYXEL_SUPPORT_ROMD
|
|
bool "Support ROM_D partition"
|
|
default n
|
|
help
|
|
Support ROM_D partition
|
|
|
|
config UBOOT_ZYXEL_SUPPORT_ZLOADER
|
|
bool "Support for ZyXEL zloader"
|
|
default y
|
|
depends on PACKAGE_zloader
|
|
|
|
config UBOOT_ZYXEL_ZLOADER_OFFSET
|
|
int "The offset of zloader in ZLD image"
|
|
default 131072
|
|
depends on UBOOT_ZYXEL_SUPPORT_ZLOADER
|
|
help
|
|
The offset to fetch the zloader from ZLD image.
|
|
endmenu
|