summaryrefslogtreecommitdiff
path: root/include/configs/warp7.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/warp7.h')
-rw-r--r--include/configs/warp7.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index 1a09483cda..46e3957f80 100644
--- a/include/configs/warp7.h
+++ b/include/configs/warp7.h
@@ -43,16 +43,17 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_DFU_ENV_SETTINGS \
- "script=boot.scr\0" \
- "script_signed=boot.scr.imx-signed\0" \
- "image=zImage\0" \
- "image_signed=zImage.imx-signed\0" \
+ "boot_path=\0" \
+ "script=${boot_path}/boot.scr\0" \
+ "script_signed=${boot_path}/boot.scr.imx-signed\0" \
+ "image=${boot_path}/zImage\0" \
+ "image_signed=${boot_path}/zImage.imx-signed\0" \
"console=ttymxc0\0" \
"ethact=usb_ether\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
- "fdt_file=imx7s-warp.dtb\0" \
- "fdt_file_signed=imx7s-warp.dtb.imx-signed\0" \
+ "fdt_file=${boot_path}/imx7s-warp.dtb\0" \
+ "fdt_file_signed=${boot_path}/imx7s-warp.dtb.imx-signed\0" \
"fdt_addr=" __stringify(CONFIG_SYS_FDT_ADDR)"\0" \
"optee_file=uTee.optee\0" \
"optee_file_signed=uTee.optee.imx-signed\0" \
@@ -176,6 +177,7 @@
#define CONFIG_BOOTCOMMAND \
"mmc dev ${mmcdev};" \
"mmc dev ${mmcdev}; if mmc rescan; then " \
+ "setenv boot_path /boot;" \
"run loadbootscript_hab;" \
"if test ${filesize} -ne 0; then "\
"run bootscript; " \