Re: [U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support

2013-01-12 Thread Albert ARIBAUD
Hi Bo, On Fri, 7 Dec 2012 15:37:04 +0800, Bo Shen wrote: > Add dataflash boot support on at91sam9x5ek board > > Signed-off-by: Bo Shen > --- > boards.cfg |1 + > include/configs/at91sam9x5ek.h | 10 ++ > 2 files changed, 11 insertions(+) > > diff --git a/bo

Re: [U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support

2013-01-12 Thread Andreas Bießmann
Dear Albert Aribaud, On 09.01.13 17:17, Andreas Bießmann wrote: > Dear Bo Shen, > > Albert Aribaud agreed to apply this one to u-boot-arm/master for the > upcoming release. gentle reminder ... Best regards Andreas Bießmann ___ U-Boot mailing list U-B

Re: [U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support

2013-01-09 Thread Andreas Bießmann
Dear Bo Shen, Albert Aribaud agreed to apply this one to u-boot-arm/master for the upcoming release. On 07.12.2012 08:37, Bo Shen wrote: > Add dataflash boot support on at91sam9x5ek board > > Signed-off-by: Bo Shen Acked-by: Andreas Bießmann > --- > boards.cfg |1 + >

Re: [U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support

2012-12-09 Thread Andreas Bießmann
Dear Bo Shen, On 09.12.2012 22:35, Andreas Bießmann wrote: Dear Bo Shen, On 07.12.2012 08:37, Bo Shen wrote: Add dataflash boot support on at91sam9x5ek board sorry, but this patch do not apply cleanly on top of current u-boot-arm/master. It seems the mmc (SYS_USE_MMC) is missing there. Can y

Re: [U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support

2012-12-09 Thread Andreas Bießmann
Dear Bo Shen, On 07.12.2012 08:37, Bo Shen wrote: Add dataflash boot support on at91sam9x5ek board sorry, but this patch do not apply cleanly on top of current u-boot-arm/master. It seems the mmc (SYS_USE_MMC) is missing there. Can you please rebase or provide the other patches? Best regar

[U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support

2012-12-06 Thread Bo Shen
Add dataflash boot support on at91sam9x5ek board Signed-off-by: Bo Shen --- boards.cfg |1 + include/configs/at91sam9x5ek.h | 10 ++ 2 files changed, 11 insertions(+) diff --git a/boards.cfg b/boards.cfg index 70a1569..e799d9b 100644 --- a/boards.cfg +++ b/boar