
29 Sep
2017
29 Sep
'17
6:15 p.m.
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
include/configs/evb_rk3399.h | 6 ------ 1 file changed, 6 deletions(-)
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com