mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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:
parent
1b19daf407
commit
0e43140bb1
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
||||||
#define CONFIG_THOR_RESET_OFF
|
#define CONFIG_THOR_RESET_OFF
|
||||||
#define DFU_ALT_INFO_RAM \
|
#define DFU_ALT_INFO_RAM \
|
||||||
"dfu_ram_info=" \
|
"dfu_ram_info=" \
|
||||||
"set dfu_alt_info " \
|
"setenv dfu_alt_info " \
|
||||||
"Image ram $kernel_addr $kernel_size\\\\;" \
|
"Image ram $kernel_addr $kernel_size\\\\;" \
|
||||||
"system.dtb ram $fdt_addr $fdt_size\0" \
|
"system.dtb ram $fdt_addr $fdt_size\0" \
|
||||||
"dfu_ram=run dfu_ram_info && dfu 0 ram 0\0" \
|
"dfu_ram=run dfu_ram_info && dfu 0 ram 0\0" \
|
||||||
|
|
Loading…
Reference in a new issue