From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Sun, 28 Nov 2010 10:31:25 -0600 Subject: [U-Boot] [PATCHv2] mpc83xx: Make it boot again In-Reply-To: <20101123123857.3d2c6197@udp111988uds.am.freescale.net> References: <1290172533-28783-1-git-send-email-Joakim.Tjernlund@transmode.se> <20101123123857.3d2c6197@udp111988uds.am.freescale.net> Message-ID: <20101128103125.9718cf7f.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 23 Nov 2010 12:38:57 -0600 Scott Wood wrote: > On Tue, 23 Nov 2010 19:16:01 +0100 > Joakim Tjernlund wrote: > > > Could we have an ACK before relese please? > > > > > After the removal of COLD/WARM start flags my mpc8321 > > > board didn't boot anymore. > > > Trial and error suggests that map/remap_flash_by_xxx needs > > > to wait after updating LBLAWAR1 to make sure the the change has > > > reached the HW before continuing with the code that depends on it. > > > Final fix suggested by Scott Wood. > > > > > > Signed-off-by: Joakim Tjernlund > > > --- > > > > > > v2: Final adjustmenst based on inpt from Scott Wood. > > > arch/powerpc/cpu/mpc83xx/start.S | 8 ++++++++ > > > 1 files changed, 8 insertions(+), 0 deletions(-) > > ACK > > -Scott applied. Thanks everyone. Kim