ARM64: zynqmp: Dont use shortcut for setenv
Dont use shortcut command for setenv as it wont work now due introduction of new command setexpr. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
committed by
Michal Simek
parent
1b19daf407
commit
0e43140bb1
@@ -139,7 +139,7 @@
|
||||
#define CONFIG_THOR_RESET_OFF
|
||||
#define DFU_ALT_INFO_RAM \
|
||||
"dfu_ram_info=" \
|
||||
"set dfu_alt_info " \
|
||||
"setenv dfu_alt_info " \
|
||||
"Image ram $kernel_addr $kernel_size\\\\;" \
|
||||
"system.dtb ram $fdt_addr $fdt_size\0" \
|
||||
"dfu_ram=run dfu_ram_info && dfu 0 ram 0\0" \
|
||||
|
||||
Reference in New Issue
Block a user