summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNan Li <nan.li@amlogic.com>2015-10-13 16:52:50 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-10-15 22:44:24 -0800
commitcca8687efbda94e120e021d11b566e33b496fedb (patch)
tree1b52bdd713074828918c2b97f7812c5cfa945290 /Makefile
parentdbf5f94407676f3cf15914d18919c1446f7b6ac1 (diff)
downloadu-boot-odroid-c1-cca8687efbda94e120e021d11b566e33b496fedb.tar.gz
PD#113598: storage: clear storage compatible for ENV
clear storage compatible for ENV uboot will be start without storage limited. Change-Id: I6a50d97e1c439b470decd1187c1ef91e9dc314b0 Signed-off-by: Nan Li <nan.li@amlogic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe8792f7c0..b3688b8936 100644
--- a/Makefile
+++ b/Makefile
@@ -624,7 +624,7 @@ libs-y += drivers/gpio/
libs-y += drivers/i2c/
libs-y += drivers/mmc/
libs-y += drivers/mtd/
-libs-y += drivers/nand/
+libs-$(CONFIG_AML_NAND) += drivers/nand/
libs-$(CONFIG_CMD_NAND) += drivers/mtd/nand/
libs-y += drivers/mtd/onenand/
libs-$(CONFIG_CMD_UBI) += drivers/mtd/ubi/