SHA256
1
0
forked from pool/u-boot
u-boot/fix_spl_build_for_am335x.patch
Stephan Kulow 8474a81f96 Accepting request 215532 from Base:System
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
2014-01-29 21:22:37 +00:00

12 lines
385 B
Diff

--- ./include/configs/ti_armv7_common.h.orig 2014-01-28 15:27:45.324738440 +0100
+++ ./include/configs/ti_armv7_common.h 2014-01-28 15:36:34.847432559 +0100
@@ -172,7 +172,7 @@
#ifndef CONFIG_NOR_BOOT
#define CONFIG_SPL
#define CONFIG_SPL_FRAMEWORK
-#define CONFIG_SPL_OS_BOOT
+/* #define CONFIG_SPL_OS_BOOT */
/*
* Place the image at the start of the ROM defined image space.