From: Stefan Roese Date: Thu, 11 Apr 2019 10:33:35 +0000 (+0200) Subject: arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDR X-Git-Tag: baikal/mips/sdk5.9~1008^2~10 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=6dfb23a4da68b829fdb93d2edf8c3dc035597514;p=uboot.git arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDR 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 Cc: Chris Packham Reviewed-by: Chris Packham Signed-off-by: Stefan Roese --- 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