Introduce generic post-relocation board_r.c

This file handles common post-relocation init for boards which use
the generic framework.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2013-03-11 14:30:37 +00:00
committed by Tom Rini
parent 1938f4a5b6
commit 6f6430d72b
3 changed files with 425 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ COBJS-y += cmd_disk.o
# boards
COBJS-$(CONFIG_SYS_GENERIC_BOARD) += board_f.o
COBJS-$(CONFIG_SYS_GENERIC_BOARD) += board_r.o
# core command
COBJS-y += cmd_boot.o