]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/board_f.c
Allow architecture-specific memory reservation
authorSimon Glass <sjg@chromium.org>
Tue, 20 Jan 2015 05:16:12 +0000 (22:16 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 24 Jan 2015 13:13:45 +0000 (06:13 -0700)
commit146251f87eaebbd77ca9596391890b44cbda47fb
treed5f29a5645bc76dca16f3f30f4a8e40195e416bc
parent8e899af0597a43d70752654b227f308dd0d0039c
Allow architecture-specific memory reservation

All memory to be reserved for use after relocation by adding a new call
to perform this reservation.

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