commit | 526b0e7b634f77a38948c2fa9f3d76b17f8f00e3 | [log] [tgz] |
---|---|---|
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | Sat May 04 01:08:25 2019 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 15:13:51 2019 +0200 |
tree | 755b05ad7ffc7ea0071f1520168f9252654d33ac | |
parent | 7a8941d1b970752b4da2649e5736dc1c67deb2ef [diff] |
warp7: configs: bl33: Tidy up OPTEE defines When booting in BL33 mode i.e. with u-boot loaded by OP-TEE we get the following print-out. Board: WARP7 in secure mode OPTEE DRAM 0xa0000000-0xa0000000 This is incorrect the right range is 0x9e000000-0xa0000000. This patch fixes the defines on the warp7_bl33_defconfig file to tidy up the output. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Cc: Fabio Estevam <fabio.estevam@nxp.com>