]> git.ipfire.org Git - people/ms/u-boot.git/commit
sandbox: Adjust pre-console address to avoid conflict
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2017 20:48:18 +0000 (13:48 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 7 Dec 2017 20:17:00 +0000 (15:17 -0500)
commite341434a7ff64911e032300f13b14862dfd73cc7
tree2b069c6f157acca4544553dbee154ebd1d584053
parent0b189b6ce1738971f2fb7d84860b9bf0f9a1e87b
sandbox: Adjust pre-console address to avoid conflict

We cannot use sandbox memory at 0 since other things use memory at that
address. Move it up out of the way.

Note that the pre-console buffer is currently disabled with sandbox, but
this change will avoid confusion if it is manually enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig