diff options
author | Tom Rini | 2021-12-12 22:12:35 -0500 |
---|---|---|
committer | Tom Rini | 2021-12-27 16:20:18 -0500 |
commit | bfb5387fe91cc881b4b22218e9a40713b222675b (patch) | |
tree | 2cc3ef839daa19164584a9a788bf3da87008ec9d /include/configs/plutux.h | |
parent | ada261f19a7f034109f6f45ff43f9c76c4dbe208 (diff) |
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 'include/configs/plutux.h')
-rw-r--r-- | include/configs/plutux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/plutux.h b/include/configs/plutux.h index 7fc06e8326b..9a4a632a521 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -19,7 +19,6 @@ #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* NAND support */ -#define CONFIG_TEGRA_NAND #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Environment in NAND, aligned to start of last sector */ |