- 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 .
+