summaryrefslogtreecommitdiff
path: root/configs/plutux_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-12 22:12:35 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:18 -0500
commitbfb5387fe91cc881b4b22218e9a40713b222675b (patch)
tree2cc3ef839daa19164584a9a788bf3da87008ec9d /configs/plutux_defconfig
parentada261f19a7f034109f6f45ff43f9c76c4dbe208 (diff)
downloadu-boot-bfb5387fe91cc881b4b22218e9a40713b222675b.tar.gz
Convert CONFIG_TEGRA_NAND to Kconfig
This converts the following to Kconfig: CONFIG_TEGRA_NAND Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/plutux_defconfig')
-rw-r--r--configs/plutux_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/plutux_defconfig b/configs/plutux_defconfig
index 15bc7a38b3..3a179fa5ae 100644
--- a/configs/plutux_defconfig
+++ b/configs/plutux_defconfig
@@ -19,7 +19,6 @@ CONFIG_SYS_PROMPT="Tegra20 (Plutux) # "
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
-CONFIG_CMD_NAND=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
# CONFIG_CMD_NFS is not set
@@ -32,6 +31,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_SPL_DM=y
CONFIG_MTD=y
CONFIG_MTD_RAW_NAND=y
+CONFIG_TEGRA_NAND=y
CONFIG_SYS_NAND_ONFI_DETECTION=y
CONFIG_SYS_NS16550=y
CONFIG_USB=y