]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
AT91SAM9*: Change kernel address in dataflash to match u-boot's size
authorAlexandre Belloni <alexandre.belloni@piout.net>
Mon, 2 Jul 2012 04:26:58 +0000 (04:26 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:30 +0000 (14:07 +0200)
commite139cb31d32a4f39241bfd83bf622a97d08f6c9d
treef48889b66d5b03f4cf1d4020237c4944bd8c3b76
parent2b3b1c668be539d897d2a9352bc8dca54467f425
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>
board/atmel/at91sam9260ek/partition.c
board/atmel/at91sam9261ek/partition.c
board/atmel/at91sam9263ek/partition.c
board/atmel/at91sam9rlek/partition.c
include/configs/at91sam9260ek.h
include/configs/at91sam9261ek.h
include/configs/at91sam9263ek.h
include/configs/at91sam9rlek.h