summaryrefslogtreecommitdiff
path: root/include/environment
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-10-12 14:26:57 +0300
committerTom Rini <trini@konsulko.com>2020-10-12 14:26:57 +0300
commit47e9c70421d75336336097c1425028b40e4f0b54 (patch)
treeb8ee7f6b2c0e6bfe39511f64dec25fad3b28de0b /include/environment
parent726561a9412abe50875b7791feab94f411d76199 (diff)
parent555ee3949307648d6c40081b30e212af075ab8a8 (diff)
downloadu-boot-47e9c70421d75336336097c1425028b40e4f0b54.tar.xz
Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
- Minor cleanup on K3 env variables - Fix OSPI compatible for J721e - Drop unused property in omap-usb2-phy - Update Maintainer for am335x-guardian board.
Diffstat (limited to 'include/environment')
-rw-r--r--include/environment/ti/ufs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/environment/ti/ufs.h b/include/environment/ti/ufs.h
index d457e20308..6619ec9c88 100644
--- a/include/environment/ti/ufs.h
+++ b/include/environment/ti/ufs.h
@@ -26,8 +26,8 @@
"fdt resize 0x100000;" \
"for overlay in $name_overlays;" \
"do;" \
- "load scsi ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && " \
- "fdt apply ${overlayaddr};" \
+ "load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && " \
+ "fdt apply ${dtboaddr};" \
"done;\0"
#endif