Revert "break build if it would produce broken binary"
The root cause of this problem should now be fixed.
This reverts commit a6a4c542d3.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Pavel Machek <pavel@denx.de>
Tested-by: Pavel Machek <pavel@denx.de>
This commit is contained in:
parent
1251d51ca5
commit
b69969be5d
|
|
@ -49,8 +49,4 @@ typedef struct bd_info {
|
||||||
#define IH_ARCH_DEFAULT IH_ARCH_ARM64
|
#define IH_ARCH_DEFAULT IH_ARCH_ARM64
|
||||||
#endif
|
#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_ */
|
#endif /* _U_BOOT_H_ */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue