diff options
author | Simon Glass <sjg@chromium.org> | 2015-06-02 11:08:21 -0600 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-07-07 11:39:36 +0200 |
commit | b69969be5d509c50165d6b21ac6fca469732e049 (patch) | |
tree | 4d0755ec8bf98e5f56537c6b6e411a7d6b64e505 /arch/arm | |
parent | 1251d51ca587431d07fb37fecb86b21db682e250 (diff) | |
download | u-boot-imx-b69969be5d509c50165d6b21ac6fca469732e049.zip u-boot-imx-b69969be5d509c50165d6b21ac6fca469732e049.tar.gz u-boot-imx-b69969be5d509c50165d6b21ac6fca469732e049.tar.bz2 |
Revert "break build if it would produce broken binary"
The root cause of this problem should now be fixed.
This reverts commit a6a4c542d316b3401f0840ac5378743191bca851.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Pavel Machek <pavel@denx.de>
Tested-by: Pavel Machek <pavel@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/u-boot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/u-boot.h b/arch/arm/include/asm/u-boot.h index ae4c21b..43cc494 100644 --- a/arch/arm/include/asm/u-boot.h +++ b/arch/arm/include/asm/u-boot.h @@ -49,8 +49,4 @@ typedef struct bd_info { #define IH_ARCH_DEFAULT IH_ARCH_ARM64 #endif -#if defined(CONFIG_USE_PRIVATE_LIBGCC) && defined(CONFIG_SYS_THUMB_BUILD) -#error Thumb build does not work with private libgcc. -#endif - #endif /* _U_BOOT_H_ */ |