From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Fri, 29 Sep 2017 18:44:46 +0200 Subject: [U-Boot] [U-Boot, 1/1] evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET In-Reply-To: <20170927182309.5232-1-xypron.glpk@gmx.de> References: <20170927182309.5232-1-xypron.glpk@gmx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > CONFIG_ENV_OFFSET is already defined in > include/configs/rockchip-common.h > > For CONFIG_ROCKCHIP_BACK_TO_BROM=y we redefine CONFIG_ENV_OFFSET > to an unsuitable value. We were lucky to get a compiler warning. > > Remove the incorrect redefinition. > > Signed-off-by: Heinrich Schuchardt > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > include/configs/evb_rk3399.h | 6 ------ > 1 file changed, 6 deletions(-) > Applied to u-boot-rockchip, thanks!