aboutsummaryrefslogtreecommitdiff
path: root/include/configs/am335x_guardian.h
diff options
context:
space:
mode:
authorGireesh Hiremath <Gireesh.Hiremath@in.bosch.com>2021-06-11 16:13:39 +0000
committerLokesh Vutla <lokeshvutla@ti.com>2021-07-15 17:56:03 +0530
commitf379c44a377bb3ec7aee74a69fed7ac97734d179 (patch)
tree0c03d6a687c54ac6001a56bfa4d881f1c49c03d8 /include/configs/am335x_guardian.h
parentcea76a4f421a3a9e95815c2265b5292c28a4e410 (diff)
downloadu-boot-f379c44a377bb3ec7aee74a69fed7ac97734d179.zip
u-boot-f379c44a377bb3ec7aee74a69fed7ac97734d179.tar.gz
u-boot-f379c44a377bb3ec7aee74a69fed7ac97734d179.tar.bz2
am335x, guardian: set environment variable autoload to no
autoload: if set to "no" then rarpb, bootp or dhcp commands will just perform a configuration lookup from the BOOTP / DHCP server, but not try to load any image using TFTP Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210611161350.2141-8-Gireesh.Hiremath@in.bosch.com
Diffstat (limited to 'include/configs/am335x_guardian.h')
-rw-r--r--include/configs/am335x_guardian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am335x_guardian.h b/include/configs/am335x_guardian.h
index fe36e34..814048b 100644
--- a/include/configs/am335x_guardian.h
+++ b/include/configs/am335x_guardian.h
@@ -58,9 +58,9 @@
MEM_LAYOUT_ENV_SETTINGS \
BOOTENV \
GUARDIAN_DEFAULT_PROD_ENV \
+ "autoload=no\0" \
"bootubivol=rootfs\0" \
"distro_bootcmd=" \
- "setenv autoload no; " \
"setenv rootflags \"bulk_read,chk_data_crc\"; " \
"setenv ethact usb_ether; " \
"if test \"${swi_status}\" -eq 1; then " \