diff options
author | wdenk <wdenk> | 2004-07-11 18:10:30 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-07-11 18:10:30 +0000 |
commit | bc54f309a1f274226ed0f938e2a09fc2fd9f9701 (patch) | |
tree | 036326b6459dc10cf802a8a33049fb4c3b04fee6 /board/integratorap | |
parent | 56523f12830227fc18437bf935fefdb10fe25cca (diff) | |
download | u-boot-bc54f309a1f274226ed0f938e2a09fc2fd9f9701.tar.gz u-boot-bc54f309a1f274226ed0f938e2a09fc2fd9f9701.tar.xz u-boot-bc54f309a1f274226ed0f938e2a09fc2fd9f9701.zip |
* Patch by Philippe Robin, 01 Jul 2004:
Add initialization for Integrator and versatile board files.
* Patch by Hinko Kocevar, 01 Jun 2004:
Fix VFD FB allocation, add LCD FB allocation on ARM
Diffstat (limited to 'board/integratorap')
-rw-r--r-- | board/integratorap/integratorap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/integratorap/integratorap.c b/board/integratorap/integratorap.c index 84a4c70782..3ab74f06b8 100644 --- a/board/integratorap/integratorap.c +++ b/board/integratorap/integratorap.c @@ -73,6 +73,8 @@ int board_init (void) /* adress of boot parameters */ gd->bd->bi_boot_params = 0x00000100; + gd->flags = 0; + icache_enable (); flash__init (); |