[U-Boot] [PATCH 2/3] arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDR
Chris Packham
judge.packham at gmail.com
Fri Apr 12 06:57:08 UTC 2019
On Thu, 11 Apr 2019, 10:33 PM Stefan Roese, <sr at denx.de> wrote:
> Remove the superfluous CONFIG_ENV_ADDR definition. Its not needed
> as CONFIG_ENV_OFFSET is also set to the same value.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Chris Packham <judge.packham at gmail.com>
>
Reviewed-by: Chris Packham <judge.packham at gmail.com>
> ---
> include/configs/openrd.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/openrd.h b/include/configs/openrd.h
> index 17611bc568..c96d4c4d48 100644
> --- a/include/configs/openrd.h
> +++ b/include/configs/openrd.h
> @@ -41,7 +41,6 @@
> * it has to be rounded to sector size
> */
> #define CONFIG_ENV_SIZE 0x20000 /* 128k */
> -#define CONFIG_ENV_ADDR 0x60000
> #define CONFIG_ENV_OFFSET 0x60000 /* env starts here */
> /*
> * Environment is right behind U-Boot in flash. Make sure U-Boot
> --
> 2.21.0
>
>
More information about the U-Boot
mailing list