[U-Boot] [PATCH] igep00x0: enable CONFIG_CMD_SETEXPR

Ladislav Michl ladis at linux-mips.org
Thu Jan 21 21:03:08 CET 2016


On Thu, Jan 21, 2016 at 08:56:15PM +0100, Ladislav Michl wrote:
> On Thu, Jan 21, 2016 at 02:11:13PM -0500, Tom Rini wrote:
[...]
> > OK, but why do that instead of 'bootz $loadaddr $rdaddr $fdtaddr' ?
> 
> => bootz $loadaddr $rdaddr $fdtaddr
> Wrong Ramdisk Image Format
> Ramdisk image is corrupt or invalid
> 
> Well, perhaps that could be done with CONFIG_SUPPORT_RAW_INITRD, which
> expects size of initrd, not an end address. I'll give it a try and possibly
> enable that instead.

Ok, works and is even already defined in ti_armv7_common.h and
'bootz $loadaddr $rdaddr:$filesize $fdtaddr' is even simpler. Thank you :)

	ladis


More information about the U-Boot mailing list