From 6f6430d72b007128dd159e5200edb9f576a10bf9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 11 Mar 2013 14:30:37 +0000 Subject: 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 --- common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Makefile') diff --git a/common/Makefile b/common/Makefile index a5f5b1a..08af1a8 100644 --- a/common/Makefile +++ b/common/Makefile @@ -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 -- cgit v1.1