Re: [U-Boot] [PATCH 1/6] sniper: Move PXE file address to a viable location

2016-03-28 Thread Paul Kocialkowski
Le samedi 26 mars 2016 à 14:59 -0400, Tom Rini a écrit : > On Sat, Mar 26, 2016 at 12:19:59PM +0100, Paul Kocialkowski wrote: > > > > This moves the PXE file address out of the bounds of the U-Boot image (which > > is > > loaded at 0x8010). > > > > This also moves the ramdisk address to a bet

Re: [U-Boot] [PATCH 1/6] sniper: Move PXE file address to a viable location

2016-03-26 Thread Tom Rini
On Sat, Mar 26, 2016 at 12:19:59PM +0100, Paul Kocialkowski wrote: > This moves the PXE file address out of the bounds of the U-Boot image (which > is > loaded at 0x8010). > > This also moves the ramdisk address to a better-looking aligned location. > > Signed-off-by: Paul Kocialkowski > --