summaryrefslogtreecommitdiff
path: root/configs/pfla02_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-26 22:06:12 +0300
committerTom Rini <trini@konsulko.com>2020-06-04 22:05:45 +0300
commit049756c2fee45bc4bc9054dbe024c3c80584b446 (patch)
tree4074e60c0cb725d61fee8ab8bedde597177af62b /configs/pfla02_defconfig
parent4cc24aeaf420f33f7ee92f76e025a86fc9aaefec (diff)
downloadu-boot-049756c2fee45bc4bc9054dbe024c3c80584b446.tar.xz
pfla02: Rework excluding NAND from SPL
Rather than only enable CONFIG_CMD_NAND for non-SPL builds, move the CMD options to defconfig and rework the guards to not try and call the function in SPL builds. Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/pfla02_defconfig')
-rw-r--r--configs/pfla02_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pfla02_defconfig b/configs/pfla02_defconfig
index 5e5bbb05bd..52cebd9e22 100644
--- a/configs/pfla02_defconfig
+++ b/configs/pfla02_defconfig
@@ -37,7 +37,7 @@ CONFIG_SPL_YMODEM_SUPPORT=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
-# CONFIG_CMD_NAND is not set
+CONFIG_CMD_NAND_TRIMFFS=y
CONFIG_CMD_SF=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT4_WRITE=y