diff options
author | Heiko Schocher <hs@denx.de> | 2019-12-01 11:23:10 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:55 +0100 |
commit | a053c8baad3cfed1a14d05421bde37651f5e903a (patch) | |
tree | dee0c0867409eba5d59b1c9eb1dbb8083f944eb4 /configs | |
parent | 8fb028ee20421d9abb9c3ef78653266247b7bdba (diff) | |
download | u-boot-a053c8baad3cfed1a14d05421bde37651f5e903a.tar.gz |
imx6: aristainetos: add thumb build
add thumb build to aristainetos build to save
binary space.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/aristainetos2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig index bc18786993..eda05a4618 100644 --- a/configs/aristainetos2_defconfig +++ b/configs/aristainetos2_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_SYS_THUMB_BUILD=y CONFIG_ARCH_MX6=y CONFIG_SYS_TEXT_BASE=0x17800000 CONFIG_TARGET_ARISTAINETOS2=y |