Re: [U-Boot] [PATCH] i.MX31: Fix Litekit board to use new ARM relocation support.

2010-10-19 Thread Stefano Babic
On 10/16/2010 07:47 PM, Magnus Lilja wrote: > Tested on hardware. Boots Linux nicely. > > Signed-off-by: Magnus Lilja > --- > board/logicpd/imx31_litekit/config.mk |2 +- > board/logicpd/imx31_litekit/imx31_litekit.c | 10 -- > include/configs/imx31_litekit.h |

Re: [U-Boot] [PATCH] i.MX31: Fix Litekit board to use new ARM relocation support.

2010-10-18 Thread Magnus Lilja
Hi Stefano, On 2010-10-18 10:30, Stefano Babic wrote: > On 10/16/2010 07:47 PM, Magnus Lilja wrote: >> Tested on hardware. Boots Linux nicely. >> >> Signed-off-by: Magnus Lilja >> --- > > Hi Magnus, > >> @@ -31,12 +31,18 @@ DECLARE_GLOBAL_DATA_PTR; >> >> int dram_init (void) >> { >> -gd

Re: [U-Boot] [PATCH] i.MX31: Fix Litekit board to use new ARM relocation support.

2010-10-18 Thread Stefano Babic
On 10/16/2010 07:47 PM, Magnus Lilja wrote: > Tested on hardware. Boots Linux nicely. > > Signed-off-by: Magnus Lilja > --- Hi Magnus, > @@ -31,12 +31,18 @@ DECLARE_GLOBAL_DATA_PTR; > > int dram_init (void) > { > - gd->bd->bi_dram[0].start = PHYS_SDRAM_1; > - gd->bd->bi_dram[0].size

[U-Boot] [PATCH] i.MX31: Fix Litekit board to use new ARM relocation support.

2010-10-16 Thread Magnus Lilja
Tested on hardware. Boots Linux nicely. Signed-off-by: Magnus Lilja --- board/logicpd/imx31_litekit/config.mk |2 +- board/logicpd/imx31_litekit/imx31_litekit.c | 10 -- include/configs/imx31_litekit.h |7 +++ 3 files changed, 16 insertions(+), 3 deletions