]> git.ipfire.org Git - people/ms/u-boot.git/commit
integrator: make flash writeable on boot
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 9 Nov 2011 06:15:59 +0000 (06:15 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 10 Nov 2011 14:27:15 +0000 (15:27 +0100)
commit701ed16e23c2c9c11ea26ea57e037f7833bb00ba
tree167bcbe99a14d50dd9a19b792fb98dabfd9e6980
parent7c045d0bfec1e2990e19d3eb1852839e27270387
integrator: make flash writeable on boot

This reconfigures the EBI (External Bus Interface) on the
integrator so that chip select 1, handling the flash memory, is
set to writeable. Without this it is not possible for U-Boot to
access flash memory and it crashes on startup since CFI won't
work properly.

Since this is the first time we use the EBI, we create a header
file for its registers.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
board/armltd/integrator/arm-ebi.h [new file with mode: 0644]
board/armltd/integrator/integrator.c