summaryrefslogtreecommitdiff
path: root/include/configs/ti_armv7_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-11 12:04:54 -0400
committerTom Rini <trini@konsulko.com>2020-05-11 12:04:54 -0400
commitbb488ac34d9fbb892d870b0cbeabdbc5dc432653 (patch)
treede8154a1242fee7495aa3b108888851d0ee56949 /include/configs/ti_armv7_common.h
parent1bccb23b7bb67e029cc6b22bf7d25243ef71c43c (diff)
parent42e05704d8c0e84e8d0eb0bb52253adaa7c9eb86 (diff)
Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
- Fix boot issues on Nokia RX-51 - Configure AM6 CPSW for 10Mbps in rgmii mode. - Minor changes for J721e
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r--include/configs/ti_armv7_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index a612bb5b4a8..08829781e31 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -63,7 +63,7 @@
"name_fit=fitImage\0" \
"update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}\0" \
"get_overlaystring=" \
- "for overlay in $overlay_files;" \
+ "for overlay in $name_overlays;" \
"do;" \
"setenv overlaystring ${overlaystring}'#'${overlay};" \
"done;\0" \