u-boot-brain/board/atmel
Alexandre Belloni e139cb31d3 AT91SAM9*: Change kernel address in dataflash to match u-boot's size
On at91sam platforms, u-boot grew larger than the allocated size in
dataflash, the layout was:
bootstrap  0x00000000
ubootenv   0x00004200
uboot      0x00008400
kernel     0x00042000
fs         0x00252000

u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x8400 =
0x39C00 bytes anymore.

Now, the layout is:
bootstrap  0x00000000
ubootenv   0x00004200
uboot      0x00008400
kernel     0x00084000
fs         0x00294000

Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
2012-07-07 14:07:30 +02:00
..
at91rm9200ek punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
at91sam9m10g45ek Fix Stelian's email address 2011-11-29 15:43:38 +01:00
at91sam9rlek AT91SAM9*: Change kernel address in dataflash to match u-boot's size 2012-07-07 14:07:30 +02:00
at91sam9260ek AT91SAM9*: Change kernel address in dataflash to match u-boot's size 2012-07-07 14:07:30 +02:00
at91sam9261ek AT91SAM9*: Change kernel address in dataflash to match u-boot's size 2012-07-07 14:07:30 +02:00
at91sam9263ek AT91SAM9*: Change kernel address in dataflash to match u-boot's size 2012-07-07 14:07:30 +02:00
atngw100 atngw100: move CONFIG_SYS_TEXT_BASE to header 2011-05-18 07:56:54 +02:00
atstk1000 atstk100x: switch to common cfi driver 2011-07-04 10:55:27 +02:00