diff options
author | Ian Campbell <ijc@hellion.org.uk> | 2015-06-26 19:42:24 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-28 11:46:31 -0400 |
commit | da9971d1b3bdb554d4a4ac948119f8b2616bbcce (patch) | |
tree | 891484a36f14b56879c7091a8e907a8f57f8c3f5 /drivers/mtd/nand/Makefile | |
parent | ef0f2f57524ec85fb9058a23298f2c4995e0d950 (diff) | |
download | u-boot-imx-da9971d1b3bdb554d4a4ac948119f8b2616bbcce.zip u-boot-imx-da9971d1b3bdb554d4a4ac948119f8b2616bbcce.tar.gz u-boot-imx-da9971d1b3bdb554d4a4ac948119f8b2616bbcce.tar.bz2 |
Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory"
This reverts commit f76eba38b3eda905ff3bdc18dd1240d3dcbc6e5a.
This patch did not have a full and proper copyright/S-o-b chain.
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Conflicts:
include/configs/sun6i.h
include/configs/sun8i.h
Diffstat (limited to 'drivers/mtd/nand/Makefile')
-rw-r--r-- | drivers/mtd/nand/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile index a0cf4d5..347ea62 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -73,6 +73,5 @@ obj-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_spl.o obj-$(CONFIG_NAND_FSL_IFC) += fsl_ifc_spl.o obj-$(CONFIG_NAND_MXC) += mxc_nand_spl.o obj-$(CONFIG_NAND_MXS) += mxs_nand_spl.o mxs_nand.o -obj-$(CONFIG_NAND_SUNXI) += sunxi_nand_spl.o endif # drivers |