commit | 4c08ac0ecb2bafe4af8ca58fc075b0189d88206e | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Nov 09 06:15:59 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Nov 10 15:27:15 2011 +0100 |
tree | 167bcbe99a14d50dd9a19b792fb98dabfd9e6980 | |
parent | aa371bc6fd1248dff0a569daee72a0dcf193e89a [diff] |
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>