diff options
author | Simon Glass <sjg@chromium.org> | 2012-11-05 13:21:00 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2012-11-19 08:15:42 -0700 |
commit | faf32a0d3c7817733f6c4ac83ec490633d94c163 (patch) | |
tree | aa60129b746bdbefc27a4c0cb97a25aeaf0e0217 /include/configs/harmony.h | |
parent | 72573543b5b9f788b46fb9e7ab3372cfeba8d25f (diff) | |
download | u-boot-faf32a0d3c7817733f6c4ac83ec490633d94c163.tar.gz |
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/harmony.h')
-rw-r--r-- | include/configs/harmony.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 040bfe48eb..89f64c66ce 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -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 |