[U-Boot] [PATCH 1/2] tegra: Remove unnecessary CONFIG_SYS_NAND_BASE
Tom Warren
TWarren at nvidia.com
Tue Nov 6 00:28:36 CET 2012
Simon,
> -----Original Message-----
> From: Simon Glass [mailto:sjg at chromium.org]
> Sent: Monday, November 05, 2012 4:21 PM
> To: U-Boot Mailing List
> Cc: Tom Warren; Stephen Warren; Simon Glass; Stephen Warren
> Subject: [PATCH 1/2] 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 at chromium.org>
> ---
> include/configs/seaboard.h | 3 ---
> include/configs/tec.h | 1 -
> 2 files changed, 0 insertions(+), 4 deletions(-)
Harmony.h uses it, too.
Tom
>
> diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index
> 7680c77..3fca8d9 100644
> --- a/include/configs/seaboard.h
> +++ b/include/configs/seaboard.h
> @@ -124,7 +124,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 */
> 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
> --
> 1.7.7.3
--
nvpublic
More information about the U-Boot
mailing list