commit | 3af803a5026bacb2cfc53b307bd8ead12a46c9a0 | [log] [tgz] |
---|---|---|
author | Heiko Stübner <heiko@sntech.de> | Sun Mar 26 21:09:54 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 04 20:01:57 2017 -0600 |
tree | e23d23bbef3d840893e5731afd2a450c08209cac | |
parent | ba3bf3879ecb10e3da0892fe42d13ae19ca2439f [diff] |
rockchip: rk3188: follow THUMB_BUILD Kconfig migration 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> Acked-by: Simon Glass <sjg@chromium.org>