]> git.ipfire.org Git - people/ms/u-boot.git/commit
board_f: sandbox: Move setup_ram_buf() to private code
authorSimon Glass <sjg@chromium.org>
Tue, 28 Mar 2017 16:27:16 +0000 (10:27 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 17:52:35 +0000 (13:52 -0400)
commitbb967240bbd0b8c1816710803bca3c976d071d12
tree4c48a88816fb95a3ece89f3966cdd79a18a75431
parent70cc0c34b638fbf99f0984dc53312cd8479c99a7
board_f: sandbox: Move setup_ram_buf() to private code

There is no need to have this call in the generic init sequence and no
other architecture has needed it in the time it has been there. Move it
into sandbox's private code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/sandbox/cpu/start.c
common/board_f.c