diff options
author | Ying Zhang <b40530@freescale.com> | 2013-08-16 15:16:12 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2013-08-20 09:47:38 -0700 |
commit | 7c8eea59b8c3b124d23b41f887bc525cf2adec30 (patch) | |
tree | a299ef92b0d8297fe7b3e7bf44cf3fdf815cb71d /board/freescale/p1022ds/Makefile | |
parent | bb0dc1084f5dcf1dfd951d320c932d08bccbe429 (diff) | |
download | u-boot-imx-7c8eea59b8c3b124d23b41f887bc525cf2adec30.zip u-boot-imx-7c8eea59b8c3b124d23b41f887bc525cf2adec30.tar.gz u-boot-imx-7c8eea59b8c3b124d23b41f887bc525cf2adec30.tar.bz2 |
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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/p1022ds/Makefile b/board/freescale/p1022ds/Makefile index cfc05f7..3bc4f43 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 |