forked from pool/u-boot
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
12 lines
385 B
Diff
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.
|