[U-Boot] [PATCH v4 7/8] am335x_evm: Add support to boot from NOR.

2013-07-18 Thread Tom Rini
From: Steve Kipisz NOR requires that s_init be within the first 4KiB of the image so that we can perform the rest of the required pinmuxing to talk with the rest of NOR that we are found on. When NOR_BOOT is set we save our environment in NOR at 512KiB and a redundant copy at 768KiB. We avoid u

Re: [U-Boot] [PATCH v4 7/8] am335x_evm: Add support to boot from NOR.

2013-07-18 Thread Albert ARIBAUD
Hi Tom, On Thu, 18 Jul 2013 15:13:04 -0400, Tom Rini wrote: > Changes in v4: > - Rebase to current. Note that the asm statements seemingly conflict > with the save_omap_boot_params call, but I don't see why. How exactly does the conflict manifest itself? Amicalement, -- Albert. ___

Re: [U-Boot] [PATCH v4 7/8] am335x_evm: Add support to boot from NOR.

2013-07-18 Thread Tom Rini
On Thu, Jul 18, 2013 at 09:21:33PM +0200, Albert ARIBAUD wrote: > Hi Tom, > > On Thu, 18 Jul 2013 15:13:04 -0400, Tom Rini wrote: > > > Changes in v4: > > - Rebase to current. Note that the asm statements seemingly conflict > > with the save_omap_boot_params call, but I don't see why. > > Ho