[U-Boot] [PATCH] powerpc: Increase u-boot size for selected boards

2014-04-23 Thread York Sun
These boards have compiling error with latest change in u-boot. The image grows and exceeds the preconfigured size. This patch only address the compiling error. It is not verified on the boards. The affected boards are MPC8572DS, dlvision, io, iocon, neo Signed-off-by: York Sun CC: Dirk Eibach

Re: [U-Boot] [PATCH] powerpc: Increase u-boot size for selected boards

2014-04-23 Thread Dirk Eibach
NAK for dlvision, io, iocon and neo. Flash partition layout does not allow changing CONFIG_SYS_TEXT_BASE. I will try to come up with a different solution for these boards. Cheers Dirk 2014-04-23 23:36 GMT+02:00 York Sun : > These boards have compiling error with latest change in u-boot. The image

Re: [U-Boot] [PATCH] powerpc: Increase u-boot size for selected boards

2014-04-24 Thread York Sun
On 04/23/2014 11:22 PM, Dirk Eibach wrote: > NAK for dlvision, io, iocon and neo. > Flash partition layout does not allow changing CONFIG_SYS_TEXT_BASE. > I will try to come up with a different solution for these boards. > Thanks. I will resend the patch to deal with MPC8572DS only. York _

Re: [U-Boot] [PATCH] powerpc: Increase u-boot size for selected boards

2014-04-24 Thread Heiko Schocher
Hello York, Am 24.04.2014 19:02, schrieb York Sun: On 04/23/2014 11:22 PM, Dirk Eibach wrote: NAK for dlvision, io, iocon and neo. Flash partition layout does not allow changing CONFIG_SYS_TEXT_BASE. I will try to come up with a different solution for these boards. Thanks. I will resend the

Re: [U-Boot] [PATCH] powerpc: Increase u-boot size for selected boards

2014-04-24 Thread York Sun
On Apr 24, 2014, at 10:19 PM, Heiko Schocher wrote: > Hello York, > > Am 24.04.2014 19:02, schrieb York Sun: >> On 04/23/2014 11:22 PM, Dirk Eibach wrote: >>> NAK for dlvision, io, iocon and neo. >>> Flash partition layout does not allow changing CONFIG_SYS_TEXT_BASE. >>> I will try to come up