ARM: zynq: Enable option to overwrite default variables
Enable overwriting variables out of main config file. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
8964f24179
commit
b7b3efe75a
|
|
@ -204,6 +204,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Default environment */
|
/* Default environment */
|
||||||
|
#ifndef CONFIG_EXTRA_ENV_SETTINGS
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
"fit_image=fit.itb\0" \
|
"fit_image=fit.itb\0" \
|
||||||
"load_addr=0x2000000\0" \
|
"load_addr=0x2000000\0" \
|
||||||
|
|
@ -226,6 +227,7 @@
|
||||||
"load usb 0 ${load_addr} ${fit_image} && " \
|
"load usb 0 ${load_addr} ${fit_image} && " \
|
||||||
"bootm ${load_addr}; fi\0" \
|
"bootm ${load_addr}; fi\0" \
|
||||||
DFU_ALT_INFO
|
DFU_ALT_INFO
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CONFIG_BOOTCOMMAND "run $modeboot"
|
#define CONFIG_BOOTCOMMAND "run $modeboot"
|
||||||
#define CONFIG_BOOTDELAY 3 /* -1 to Disable autoboot */
|
#define CONFIG_BOOTDELAY 3 /* -1 to Disable autoboot */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue