ARM: keystone2: update the default addresses of the secure monitor
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Tue, 17 Sep 2019 21:18:25 +0000 (17:18 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 4 Oct 2019 16:21:23 +0000 (12:21 -0400)
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>
include/configs/ti_armv7_keystone2.h

index d7bb1efcbf5a15bca6ca128bcc048e07974120ee..ba12428dbe6b19631fa6a609ec3316dd7da2d3a4 100644 (file)
        "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"                         \