commit | 1008da0f4e6ebfdc07b4b93c66e9d5235c49688c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 18 19:52:20 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:10:15 2016 -0700 |
tree | f899dcd7a9a3414d62c3e60eb0f4bd17d96ff647 | |
parent | 87aae88dfd626f48bc4a33d971950d1d53f2c3d8 [diff] |
common: Move LCD and video memory reservation together These two functions are conceptually the same. Move them together in the pre-relocation init. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>