projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76da19d
)
mgcoge: Second Flash on CS5 not on CS1
author
Heiko Schocher
<hs@denx.de>
Fri, 17 Oct 2008 10:13:30 +0000
(12:13 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 18 Oct 2008 19:54:04 +0000
(21:54 +0200)
Signed-off-by: Heiko Schocher <hs@denx.de>
board/keymile/mgcoge/mgcoge.c
patch
|
blob
|
history
diff --git
a/board/keymile/mgcoge/mgcoge.c
b/board/keymile/mgcoge/mgcoge.c
index 7d4d9e666e12c2545320cb1a9aa914c0f8a0f0d0..bf6ce877e08ace49ce3708b8939daa2dcda7b5fe 100644
(file)
--- a/
board/keymile/mgcoge/mgcoge.c
+++ b/
board/keymile/mgcoge/mgcoge.c
@@
-334,7
+334,7
@@
void ft_blob_update (void *blob, bd_t *bd)
/* update Flash addr, size */
flash_data[2] = cpu_to_be32 (CONFIG_SYS_FLASH_BASE);
flash_data[3] = cpu_to_be32 (CONFIG_SYS_FLASH_SIZE);
- flash_data[4] = cpu_to_be32 (
1
);
+ flash_data[4] = cpu_to_be32 (
5
);
flash_data[5] = cpu_to_be32 (0);
flash_data[6] = cpu_to_be32 (CONFIG_SYS_FLASH_BASE_1);
flash_data[7] = cpu_to_be32 (CONFIG_SYS_FLASH_SIZE_1);