summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYonghui Yu <yonghui.yu@amlogic.com>2017-03-21 22:27:44 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2017-03-23 19:38:41 +0800
commitd63d8f2660b0f8a5cd187a13ebec1fc6d56d44f0 (patch)
tree2c86f601d618429fac16dd1e7030ba98e9e6dce5 /Makefile
parent537dccab6ee7845c35622387489cc5c75fa915d5 (diff)
downloadu-boot-odroid-c1-d63d8f2660b0f8a5cd187a13ebec1fc6d56d44f0.tar.gz
PD#139454: nand: mtd&ubi support
1. enable mtd by default on p401. 2. store erase boot/data supported. 3. dtb is stored in reserved blk. 4. env is stored in reserved blk. 5. store init with erase support. 6. device_boot_flag set as MTD. 7. set mtdparts by default. 8. ubi part $partName. 9. protection on reserved blk area. 10. amlnf dtb&key erase support. 11. multi ubi device supported. 12. partition table in board config. 13. MX30LF4G18AC/MX30LF2G18AC support. 14. direct operation in amlnf cmd. Change-Id: I5c2528ffdd118f0c77b0bd596a2e167b95cda71c
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9770670c6e..de04396722 100755
--- a/Makefile
+++ b/Makefile
@@ -626,6 +626,7 @@ libs-y += drivers/mmc/
libs-y += drivers/mtd/
libs-$(CONFIG_AML_NAND) += drivers/nand/
libs-$(CONFIG_CMD_NAND) += drivers/mtd/nand/
+libs-$(CONFIG_CMD_NAND) += drivers/mtd/nand/amlogic_mtd/
libs-y += drivers/mtd/onenand/
libs-$(CONFIG_CMD_UBI) += drivers/mtd/ubi/
libs-y += drivers/mtd/spi/