8474a81f96
Disable CONFIG_SPL_OS_BOOT for ti armv7 configs with fix_spl_build_for_am335x.patch to reduce size of am335x SPL (forwarded request 215393 from Guillaume_G) OBS-URL: https://build.opensuse.org/request/show/215532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=21
13 lines
427 B
Diff
13 lines
427 B
Diff
--- ./arch/arm/config.mk.orig 2013-11-21 15:32:54.101087262 +0100
|
|
+++ ./arch/arm/config.mk 2013-11-21 15:33:03.803861493 +0100
|
|
@@ -17,8 +17,7 @@ endif
|
|
|
|
LDFLAGS_FINAL += --gc-sections
|
|
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
|
|
- -fno-common -ffixed-r9
|
|
-PLATFORM_RELFLAGS += $(call cc-option, -msoft-float)
|
|
+ -fno-common -ffixed-r9
|
|
|
|
# Support generic board on ARM
|
|
__HAVE_ARCH_GENERIC_BOARD := y
|