All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] OMAP3: omap3_logic: Grow SPL to 64K from 54K
@ 2016-02-09  1:06 Adam Ford
  2016-02-09 17:01 ` Tom Rini
  2016-02-15 22:34 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Ford @ 2016-02-09  1:06 UTC (permalink / raw)
  To: u-boot

Based on the work done by Overo, this seems to help some compilers
that have a hard time fitting all the code into the allocated space.

Signed-off-by: Adam Ford <aford173@gmail.com>
---
 include/configs/omap3_logic.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index 3cb71f1..9ea6ef3 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -30,6 +30,12 @@
 
 #include <configs/ti_omap3_common.h>
 
+/* Override default SPL info to minimize empty space and allow BCH8 in SPL */
+#undef CONFIG_SPL_TEXT_BASE
+#undef CONFIG_SPL_MAX_SIZE
+#define CONFIG_SPL_TEXT_BASE   0x40200000
+#define CONFIG_SPL_MAX_SIZE    (64 * 1024)
+
 /* Display CPU and Board information */
 
 #define CONFIG_DISPLAY_CPUINFO
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] OMAP3: omap3_logic: Grow SPL to 64K from 54K
  2016-02-09  1:06 [U-Boot] [PATCH] OMAP3: omap3_logic: Grow SPL to 64K from 54K Adam Ford
@ 2016-02-09 17:01 ` Tom Rini
  2016-02-15 22:34 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-02-09 17:01 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 08, 2016 at 07:06:08PM -0600, Adam Ford wrote:

> Based on the work done by Overo, this seems to help some compilers
> that have a hard time fitting all the code into the allocated space.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160209/71d116a5/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] OMAP3: omap3_logic: Grow SPL to 64K from 54K
  2016-02-09  1:06 [U-Boot] [PATCH] OMAP3: omap3_logic: Grow SPL to 64K from 54K Adam Ford
  2016-02-09 17:01 ` Tom Rini
@ 2016-02-15 22:34 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-02-15 22:34 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 08, 2016 at 07:06:08PM -0600, Adam Ford wrote:

> Based on the work done by Overo, this seems to help some compilers
> that have a hard time fitting all the code into the allocated space.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160215/abe36b58/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-15 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-09  1:06 [U-Boot] [PATCH] OMAP3: omap3_logic: Grow SPL to 64K from 54K Adam Ford
2016-02-09 17:01 ` Tom Rini
2016-02-15 22:34 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.