summaryrefslogtreecommitdiff
path: root/board/freescale/p1_p2_rdb_pc/Makefile
diff options
context:
space:
mode:
authorYing Zhang <b40530@freescale.com>2013-09-06 09:30:56 (GMT)
committerYork Sun <yorksun@freescale.com>2013-10-16 23:13:12 (GMT)
commit3e6e69834a31055054b7e5bf5b1ff91c619120e8 (patch)
tree35380a2cb020089f111ce36dcc162ec56054e39f /board/freescale/p1_p2_rdb_pc/Makefile
parentffee1dde3c4cb2721c56c78e0360affec1c23d3f (diff)
downloadu-boot-3e6e69834a31055054b7e5bf5b1ff91c619120e8.tar.xz
powerpc: p1_p2_rdb_pc: Enable p1_p2_rdb_pc to boot from SD Card with SPL
Enable p1_p2_rdb_pc to start from eSDHC with SPL. Signed-off-by: Ying Zhang <b40530@freescale.com>
Diffstat (limited to 'board/freescale/p1_p2_rdb_pc/Makefile')
-rw-r--r--board/freescale/p1_p2_rdb_pc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/p1_p2_rdb_pc/Makefile b/board/freescale/p1_p2_rdb_pc/Makefile
index f8d0b35..202b4a5 100644
--- a/board/freescale/p1_p2_rdb_pc/Makefile
+++ b/board/freescale/p1_p2_rdb_pc/Makefile
@@ -21,6 +21,9 @@ ifdef MINIMAL
COBJS-y += spl_minimal.o tlb.o law.o
else
+ifdef CONFIG_SPL_BUILD
+COBJS-y += spl.o
+endif
COBJS-y += $(BOARD).o
COBJS-y += ddr.o