To avoid needing an #ifdef in the C code, move this sandbox-specific
declaration to the common init.h header.
Update ulib.c to include init.h to avoid warnings. Fix the ordering
while we are here.
Signed-off-by: Simon Glass <simon.glass@canonical.com>
Add a file which lists various symbols to rename when building the
U-Boot library. For now it contains printf() and related functions, but
more can be added later, as needed.
Signed-off-by: Simon Glass <sjg@chromium.org>