projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1251d51
)
Revert "break build if it would produce broken binary"
author
Simon Glass
<sjg@chromium.org>
Tue, 2 Jun 2015 17:08:21 +0000
(11:08 -0600)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Tue, 7 Jul 2015 09:39:36 +0000
(11:39 +0200)
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>
arch/arm/include/asm/u-boot.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/u-boot.h
b/arch/arm/include/asm/u-boot.h
index ae4c21bf36a8529d8feaf803cbfd48402b28ecdd..43cc49468382301da46fb98520bd0eedf0ff4628 100644
(file)
--- 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_ */