commit | f58d633e538858bf1ccdb93d5b5dc8edc368e30e | [log] [tgz] |
---|---|---|
author | Jerome Brunet <jbrunet@baylibre.com> | Wed Oct 24 16:27:51 2018 +0200 |
committer | Neil Armstrong <narmstrong@baylibre.com> | Mon Nov 26 14:40:52 2018 +0100 |
tree | 82b3873b43b9a7412bc9efed175a7e442f548722 | |
parent | 96a739b4608dfa6e575b17290d25d7b7c525d517 [diff] |
configs: meson: change default load addresses The original chosen addresses conflict with the BL2 initialisation. So far there was no issue with them but if we preload binaries in RAM (ROMUSB boot) before running the BL2 they get corrupted by the execution of BL2 init. If we load them around 0x08000000, there is no such issue. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>