commit | 58decc540dd40c180542d214f74773c7c17b4f28 | [log] [tgz] |
---|---|---|
author | Patrick Georgi <pgeorgi@chromium.org> | Thu Apr 23 14:40:22 2015 +0200 |
committer | Patrick Georgi <pgeorgi@google.com> | Thu Apr 23 16:34:00 2015 +0200 |
tree | c93aa347b06aaea71bb95067534664611ee3e2d1 | |
parent | a52f9033dfd604e5c2c794ae30f2b684ba643fb9 [diff] |
memlayout: Make sure preram_cbmem_console symbols exist This enables its _size variable (a macro) to work even when the console has no location assigned to it in the chip/board's memlayout.ld. Since _size == 0, the code will do the right thing. Change-Id: I6b42ed0c5c3aaa613603680728b61cbdb24c4b61 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/9973 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>