[U-Boot] [PATCH v2 3/3] MX31: Add NAND SPL boot support to i.MX31 PDK board.
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue May 12 23:02:09 CEST 2009
On 22:49 Tue 12 May , Magnus Lilja wrote:
> >> >> diff --git a/board/freescale/mx31pdk/config.mk b/board/freescale/mx31pdk/config.mk
> >> >> index d34dc02..dcaa09f 100644
> >> >> --- a/board/freescale/mx31pdk/config.mk
> >> >> +++ b/board/freescale/mx31pdk/config.mk
> >> >> @@ -1 +1,5 @@
> >> >> +ifdef CONFIG_NAND_SPL
> >> >> +TEXT_BASE = 0x87ec0000
> >> >> +else
> >> >> TEXT_BASE = 0x87f00000
> >> >> +endif
> >> >> +
> >> >> +.macro DELAY loops
> >> >> + ldr r2, =\loops
> >> >> +1:
> >> >> + subs r2, r2, #1
> >> >> + nop
> >> >> + bcs 1b
> >> >> +.endm
> >> > NACK
> >> > as already reply to the kirwood patch we must have common macro
> >> > please use the attached file as based work
> >>
> >> I don't see any file attached to you e-mail, so which attached file?
> >> Can you point to the relevant kirkwood patch? Is the patch in some
> >> git-tree?
> > no not yet
> > so I've forget to re-attached it
>
> There's a minor problem in the timer macro, fixed by replacing "sub"
> with "subs".
>
> Are you OK with me posting the file as a separate patch with your
> From+signed-off as part of my patch series or will you add the file to
> arm-next yourself?
ok please do tks
Best Regards,
J.
More information about the U-Boot
mailing list