summaryrefslogtreecommitdiffstats
path: root/board/freescale/p1022ds/Makefile
diff options
context:
space:
mode:
authorYing Zhang <b40530@freescale.com>2013-08-16 15:16:12 +0800
committerYork Sun <yorksun@freescale.com>2013-08-20 09:47:38 -0700
commit7c8eea59b8c3b124d23b41f887bc525cf2adec30 (patch)
treea299ef92b0d8297fe7b3e7bf44cf3fdf815cb71d /board/freescale/p1022ds/Makefile
parentbb0dc1084f5dcf1dfd951d320c932d08bccbe429 (diff)
downloadblackbird-obmc-uboot-7c8eea59b8c3b124d23b41f887bc525cf2adec30.tar.gz
blackbird-obmc-uboot-7c8eea59b8c3b124d23b41f887bc525cf2adec30.zip
powerpc: p1022ds: Enable P1022DS to boot from SD Card with SPL
Enable p1022ds to start from eSDHC with SPL. Signed-off-by: Ying Zhang <b40530@freescale.com> Acked-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/p1022ds/Makefile')
-rw-r--r--board/freescale/p1022ds/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/p1022ds/Makefile b/board/freescale/p1022ds/Makefile
index cfc05f7124..3bc4f4325f 100644
--- a/board/freescale/p1022ds/Makefile
+++ b/board/freescale/p1022ds/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
COBJS-y += law.o
OpenPOWER on IntegriCloud