Skip to content
Snippets Groups Projects
Commit b7b3efe7 authored by Michal Simek's avatar Michal Simek
Browse files

ARM: zynq: Enable option to overwrite default variables


Enable overwriting variables out of main config file.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 8964f241
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@
#endif
/* Default environment */
#ifndef CONFIG_EXTRA_ENV_SETTINGS
#define CONFIG_EXTRA_ENV_SETTINGS \
"fit_image=fit.itb\0" \
"load_addr=0x2000000\0" \
......@@ -226,6 +227,7 @@
"load usb 0 ${load_addr} ${fit_image} && " \
"bootm ${load_addr}; fi\0" \
DFU_ALT_INFO
#endif
#define CONFIG_BOOTCOMMAND "run $modeboot"
#define CONFIG_BOOTDELAY 3 /* -1 to Disable autoboot */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment