
1 Apr
2017
1 Apr
'17
6:22 a.m.
On 26 March 2017 at 13:09, Heiko Stuebner heiko@sntech.de wrote:
Commit 3a649407a49b ("arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD") moved the THUMB_BUILD symbols from the header to Kconfig symbols. With it still defined in the rk3188 header we end up with a duplicate symbol and compile errors, so fix that.
Signed-off-by: Heiko Stuebner heiko@sntech.de
include/configs/rk3188_common.h | 1 - 1 file changed, 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org