summaryrefslogtreecommitdiffstats
path: root/include/configs/seaboard.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-11-05 13:21:00 +0000
committerTom Warren <twarren@nvidia.com>2012-11-19 08:15:42 -0700
commitfaf32a0d3c7817733f6c4ac83ec490633d94c163 (patch)
treeaa60129b746bdbefc27a4c0cb97a25aeaf0e0217 /include/configs/seaboard.h
parent72573543b5b9f788b46fb9e7ab3372cfeba8d25f (diff)
downloadblackbird-obmc-uboot-faf32a0d3c7817733f6c4ac83ec490633d94c163.tar.gz
blackbird-obmc-uboot-faf32a0d3c7817733f6c4ac83ec490633d94c163.zip
tegra: Remove unnecessary CONFIG_SYS_NAND_BASE
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>
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r--include/configs/seaboard.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 11fbed1c3d..92c167d7df 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -121,7 +121,4 @@
/* 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 */
OpenPOWER on IntegriCloud