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/common/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/common/Makefile')
-rw-r--r-- | board/freescale/common/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 457d1ad..f9550c4 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -45,9 +45,7 @@ COBJS-$(CONFIG_MPC8555CDS) += cds_pci_ft.o COBJS-$(CONFIG_MPC8536DS) += ics307_clk.o COBJS-$(CONFIG_MPC8572DS) += ics307_clk.o -ifndef CONFIG_SPL_BUILD COBJS-$(CONFIG_P1022DS) += ics307_clk.o -endif COBJS-$(CONFIG_P2020DS) += ics307_clk.o COBJS-$(CONFIG_P3041DS) += ics307_clk.o COBJS-$(CONFIG_P4080DS) += ics307_clk.o |