mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
This commit is contained in:
commit
9e4623a0ad
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ void ft_blob_update (void *blob, bd_t *bd)
|
||||||
len);
|
len);
|
||||||
|
|
||||||
info = flash_get_info(CONFIG_SYS_FLASH_BASE);
|
info = flash_get_info(CONFIG_SYS_FLASH_BASE);
|
||||||
|
size = info->size;
|
||||||
flash_reg[2] = cpu_to_be32 (size);
|
flash_reg[2] = cpu_to_be32 (size);
|
||||||
flash_reg[4] = flash_reg[2];
|
flash_reg[4] = flash_reg[2];
|
||||||
info = flash_get_info(CONFIG_SYS_FLASH_BASE_1);
|
info = flash_get_info(CONFIG_SYS_FLASH_BASE_1);
|
||||||
|
|
Loading…
Reference in a new issue