From faf32a0d3c7817733f6c4ac83ec490633d94c163 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 5 Nov 2012 13:21:00 +0000 Subject: 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 Signed-off-by: Tom Warren --- include/configs/tec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/tec.h') diff --git a/include/configs/tec.h b/include/configs/tec.h index 140d2e6..200cf66 100644 --- a/include/configs/tec.h +++ b/include/configs/tec.h @@ -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 -- cgit v1.1