[U-Boot] [PATCH 1/1] common: add cache flush to imxtract function

2015-01-12 Thread Pieter Voorthuijsen
A cache flush is required when an image is extracted that is required on another core. Signed-off-by: Pieter Voorthuijsen --- common/cmd_ximg.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/common/cmd_ximg.c b/common/cmd_ximg.c index ae2714d..64b9186 100644 --- a/common/cmd_ximg.c

Re: [U-Boot] [PATCH] ppc4xx: alpr: Remove some not needed commands to make image fit again

2010-04-08 Thread Pieter Voorthuijsen
CI is also enabled again. This is not used and can be turned off. Otherwise I think we'll see this 'won't fit' message again in a few months. :) > Signed-off-by: Stefan Roese > Cc: Pieter Voorthuijsen > --- > include/configs/alpr.h |4 +++- > 1 files changed,

Re: [U-Boot] [PATCH] ppc4xx: Remove some features from ALPR to fit into 256k again

2008-12-10 Thread Pieter Voorthuijsen
oot@lists.denx.de > Cc: Pieter Voorthuijsen > Subject: [PATCH] ppc4xx: Remove some features from ALPR to > fit into 256k again > > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> > --- > include/configs/alpr.h |5 + > 1 files changed, 1 insertions(+), 4 deleti

Re: [U-Boot] alpr U-Boot image too big

2008-12-09 Thread Pieter Voorthuijsen
, but not sure. I'm sure that disabling these will save enough kilobytes to make it fit Best regards, Pieter > -Original Message- > From: Stefan Roese [mailto:[EMAIL PROTECTED] > Sent: dinsdag 9 december 2008 17:16 > To: u-boot@lists.denx.de > Cc: Pieter Voort