]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: Remove unnecessary CONFIG_SYS_NAND_BASE
authorSimon Glass <sjg@chromium.org>
Mon, 5 Nov 2012 13:21:00 +0000 (13:21 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 19 Nov 2012 15:15:42 +0000 (08:15 -0700)
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>
include/configs/harmony.h
include/configs/seaboard.h
include/configs/tec.h

index 040bfe48eb08e63693b12c24f103f3432b4e3f8a..89f64c66cee7c4bfc4ad02222ea6b5d2e0684752 100644 (file)
@@ -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
index 11fbed1c3da984208b5b233607db227d8d0301ca..92c167d7df9aaf4f7fdad9eb33e7293134ec7356 100644 (file)
 
 /* Max number of NAND devices */
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
-
-/* Somewhat oddly, the NAND base address must be a config option */
-#define CONFIG_SYS_NAND_BASE   NV_PA_NAND_BASE
 #endif /* __CONFIG_H */
index 140d2e66327c7c880d42356415c7b40c7620fbd7..200cf66647c02dcbdc331d28d2a838d197ea4721 100644 (file)
@@ -54,7 +54,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, aligned to start of last sector */
 #define CONFIG_ENV_IS_IN_NAND