aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2019-09-17 17:18:25 -0400
committerTom Rini <trini@konsulko.com>2019-10-04 12:21:23 -0400
commit46f0d9c46b790d8eb1903e1da69ee375efbbe21a (patch)
tree52f07dcf2f6d89d85c74eda2a19d48d7c3bb8465 /include/configs
parent29c9db4d98711606c48d130f328f848fa7adae55 (diff)
downloadu-boot-46f0d9c46b790d8eb1903e1da69ee375efbbe21a.zip
u-boot-46f0d9c46b790d8eb1903e1da69ee375efbbe21a.tar.gz
u-boot-46f0d9c46b790d8eb1903e1da69ee375efbbe21a.tar.bz2
ARM: keystone2: update the default addresses of the secure monitor
To accommodate the growth of u-boot, we need to shift the location of the secure monitor. Moving it 64kB further. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ti_armv7_keystone2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
index d7bb1ef..ba12428 100644
--- a/include/configs/ti_armv7_keystone2.h
+++ b/include/configs/ti_armv7_keystone2.h
@@ -217,8 +217,8 @@
"addr_secdb_key=0xc000000\0" \
"name_kern=zImage\0" \
"addr_mon=0x87000000\0" \
- "addr_non_sec_mon=0x0c087fc0\0" \
- "addr_load_sec_bm=0x0c08c000\0" \
+ "addr_non_sec_mon=0x0c097fc0\0" \
+ "addr_load_sec_bm=0x0c09c000\0" \
"run_mon=mon_install ${addr_mon}\0" \
"run_mon_hs=mon_install ${addr_non_sec_mon} " \
"${addr_load_sec_bm}\0" \