]> git.sur5r.net Git - u-boot/commit
board_f: Put video memory reservation in one function
authorSimon Glass <sjg@chromium.org>
Fri, 31 Mar 2017 14:40:30 +0000 (08:40 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 20:36:49 +0000 (16:36 -0400)
commit0f079eb51c402e6f3805fc0d35c7cc8db7275e97
tree7d1d7eab60a661d0741c1a6bee105c79b02ec327
parent80d4bcd3ec775ea69f832ecffcda3e7f49fba476
board_f: Put video memory reservation in one function

Move the ugly #ifdefs inside the reserve_video() function so we can
collect all this init into one place.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_f.c