diff options
author | Ying Zhang <b40530@freescale.com> | 2013-08-16 15:16:16 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2013-08-20 09:57:51 -0700 |
commit | 5d97fe2a0421247f6b89591c666d7aa94d40beb0 (patch) | |
tree | f7dd51801a172e22e17b25adfc09af3bbc7b5d9a /drivers/mtd/nand/Makefile | |
parent | 3aa29de0b04be9d56251474d1036b23da249f607 (diff) | |
download | u-boot-imx-5d97fe2a0421247f6b89591c666d7aa94d40beb0.zip u-boot-imx-5d97fe2a0421247f6b89591c666d7aa94d40beb0.tar.gz u-boot-imx-5d97fe2a0421247f6b89591c666d7aa94d40beb0.tar.bz2 |
powerpc: p1022ds: add TPL for p1022ds nand boot
TPL is introduced in the patch "NAND: TPL : introduce the TPL
based on the SPL", here enable TPL for p1022ds nand boot.
Signed-off-by: Ying Zhang <b40530@freescale.com>
Acked-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'drivers/mtd/nand/Makefile')
-rw-r--r-- | drivers/mtd/nand/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile index e27e0b7..366dee6 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -23,6 +23,7 @@ COBJS-$(CONFIG_SPL_NAND_SIMPLE) += nand_spl_simple.o COBJS-$(CONFIG_SPL_NAND_LOAD) += nand_spl_load.o COBJS-$(CONFIG_SPL_NAND_ECC) += nand_ecc.o COBJS-$(CONFIG_SPL_NAND_BASE) += nand_base.o +COBJS-$(CONFIG_SPL_NAND_INIT) += nand.o else # not spl |