[U-Boot] [PATCH 2/2] Revert "break build if it would produce broken binary"

Simon Glass sjg at chromium.org
Tue Jun 2 19:08:21 CEST 2015


The root cause of this problem should now be fixed.

This reverts commit a6a4c542d316b3401f0840ac5378743191bca851.
Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/arm/include/asm/u-boot.h | 4 ----
 1 file changed, 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_ */
-- 
2.2.0.rc0.207.ga3a616c



More information about the U-Boot mailing list