evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 27 Sep 2017 18:23:09 +0000 (20:23 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 30 Sep 2017 22:33:34 +0000 (00:33 +0200)
commit861ff277575fb00c8b8d22c3baab726c353a8fea
tree5dd3d64f81ef8d0e5bde4ee4ca97c3031d2d00ed
parent4a18729726144678c090ad0e3c26f4829b1c4aeb
evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET

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 <xypron.glpk@gmx.de>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
include/configs/evb_rk3399.h