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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user