summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-27 07:42:49 -0400
committerTom Rini <trini@konsulko.com>2021-05-27 07:42:49 -0400
commitaab8b17e94c447561a402bc7508b73fd8ee712e5 (patch)
treed3e78693f4f68ce3ea716f9405d34a64c5f4ffb8 /include
parenta0ecfa568d3309bb21869622bfc7147665c4260d (diff)
parentfed603f868469a0d8f2548bdac137feead333c6b (diff)
Merge tag 'ti-v2021.07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-ti
- Fix reset for AM64 platforms - Enable networking PHY driver for AM64 - Fix default R5F cluster setting in J7
Diffstat (limited to 'include')
-rw-r--r--include/environment/ti/dfu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/environment/ti/dfu.h b/include/environment/ti/dfu.h
index 720c3453af0..3c90570107e 100644
--- a/include/environment/ti/dfu.h
+++ b/include/environment/ti/dfu.h
@@ -13,7 +13,7 @@
"boot part 0 1;" \
"rootfs part 0 2;" \
"MLO fat 0 1;" \
- "MLO.raw raw 0x100 0x100;" \
+ "MLO.raw raw 0x100 0x200;" \
"u-boot.img.raw raw 0x300 0x1000;" \
"u-env.raw raw 0x1300 0x200;" \
"spl-os-args.raw raw 0x1500 0x200;" \
@@ -29,7 +29,7 @@
"boot part 1 1;" \
"rootfs part 1 2;" \
"MLO fat 1 1;" \
- "MLO.raw raw 0x100 0x100;" \
+ "MLO.raw raw 0x100 0x200;" \
"u-boot.img.raw raw 0x300 0x1000;" \
"u-env.raw raw 0x1300 0x200;" \
"spl-os-args.raw raw 0x1500 0x200;" \