Now that we are using the new CONFIG_SYS_NAND_SELF_INIT setup, we don't need CONFIG_SYS_NAND_BASE. Punt it. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
@@ -65,7 +65,6 @@
#define CONFIG_CMD_NAND
#define CONFIG_TEGRA_NAND
#define CONFIG_SYS_MAX_NAND_DEVICE 1
-#define CONFIG_SYS_NAND_BASE NV_PA_NAND_BASE
/* Environment in NAND (which is 512M), aligned to start of last sector */
#define CONFIG_ENV_IS_IN_NAND
@@ -121,7 +121,4 @@
/* Max number of NAND devices */
-
-/* Somewhat oddly, the NAND base address must be a config option */
#endif /* __CONFIG_H */
@@ -54,7 +54,6 @@
/* Environment in NAND, aligned to start of last sector */