提交 27640fda 编写于 作者: M Michal Simek

ARM64: zynqmp: Enable option to overwrite default variables

Enable overwriting variables out of main config file.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 3a3b9147
......@@ -148,6 +148,7 @@
#endif
/* Initial environment variables */
#ifndef CONFIG_EXTRA_ENV_SETTINGS
#define CONFIG_EXTRA_ENV_SETTINGS \
"kernel_addr=0x80000\0" \
"fdt_addr=0x7000000\0" \
......@@ -158,6 +159,7 @@
"load mmc $sdbootdev:$partid $kernel_addr Image && " \
"booti $kernel_addr - $fdt_addr\0" \
DFU_ALT_INFO
#endif
#define CONFIG_BOOTCOMMAND "run $modeboot"
#define CONFIG_BOOTDELAY 3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册