forked from pool/u-boot
9a7b58c834
- Remove old unused patches: * v2013.04-sunxi.patch * loadaddr-defaults.patch - Add ti_common_initrd_support.patch to enable initrd support for AM335x boards - Add am335x_evm support which includes: Beagle Bone, Beagle Bone Black, TI AM335x EVM, TI AM335x EVM-SK - Add Arndale support - Update v2013.04-sunxi.patch to v2013.10-sunxi.patch - Remove kerneladdr and ramdiskaddr definition in u-boot patches (now done in JeOS image with u-boot hooks) - Update patches to current version: * 0006-ARMV7-hardfp-build-fix.patch * beagle-bootscr.patch * mx53loco-bootscr.patch * mlo-ext2.patch - Merge fix_omap4_ext2_boot.patch in mlo-ext2.patch - Rename exynos-ext2.patch in origen-ext2.patch - Update to 2013.10 - Fix OMAP4 pandaboard EXT2 boot - Remove old unused patches: * v2013.04-sunxi.patch OBS-URL: https://build.opensuse.org/request/show/211599 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=16
12 lines
386 B
Diff
12 lines
386 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,7 +17,7 @@ endif
|
|
|
|
LDFLAGS_FINAL += --gc-sections
|
|
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
|
|
- -fno-common -ffixed-r9 -msoft-float
|
|
+ -fno-common -ffixed-r9
|
|
|
|
# Support generic board on ARM
|
|
__HAVE_ARCH_GENERIC_BOARD := y
|