]> git.baikalelectronics.ru Git - uboot.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)
commit2dc5852522fd2ecb14d0bce756078c1d58331de5
tree4c48a88816fb95a3ece89f3966cdd79a18a75431
parentf4149d77f01e497ac2527fb25e3dd2ae15df9c53
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