[U-Boot] [PATCH] board: ls2085aqds: Update kernel_size env variable
Scott Wood
oss at buserror.net
Thu Jan 21 23:48:02 CET 2016
On Thu, 2016-01-14 at 18:06 +0000, york sun wrote:
> On 01/05/2016 09:00 PM, Prabhakar Kushwaha wrote:
> > kernel_size env variable is defined as 0x28000000, it is beyond NOR
> > flash.
> >
> > Update kernel_size with 40MB kernel size.
> >
> > Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
> > ---
> > include/configs/ls2080aqds.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h
> > index ba84248..a402c06 100644
> > --- a/include/configs/ls2080aqds.h
> > +++ b/include/configs/ls2080aqds.h
> > @@ -346,7 +346,7 @@ unsigned long get_board_ddr_clk(void);
> > "initrd_high=0xffffffffffffffff\0" \
> > "kernel_start=0x581100000\0" \
> > "kernel_load=0xa0000000\0" \
> > - "kernel_size=0x28000000\0"
> > + "kernel_size=0x2800000\0"
> >
> > #ifdef CONFIG_FSL_MC_ENET
> > #define CONFIG_FSL_MEMAC
> >
> Prabhakar,
>
> I am tired of these changes. Can you go over all the default settings and
> verify
> they all make sense? A short while ago Scott found fdt_high was not correct.
That was ls1021a.
-Scott
More information about the U-Boot
mailing list