commit | db397faddbd1ebfa8f7758285441dea6fcc0d6bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 11 14:30:37 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:13:59 2013 -0400 |
tree | 3e1b333c52189c4280ccb5d169654d7d18f94a70 | |
parent | c45e35914ac816c7dbf52ce2293cc9211503c3e1 [diff] [blame] |
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>
diff --git a/common/Makefile b/common/Makefile index a5f5b1a..08af1a8 100644 --- a/common/Makefile +++ b/common/Makefile
@@ -38,6 +38,7 @@ # boards COBJS-$(CONFIG_SYS_GENERIC_BOARD) += board_f.o +COBJS-$(CONFIG_SYS_GENERIC_BOARD) += board_r.o # core command COBJS-y += cmd_boot.o