mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
29c9db4d98
commit
46f0d9c46b
1 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue