mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
This commit is contained in:
commit
181c3e46f8
1 changed files with 3 additions and 1 deletions
|
@ -2009,7 +2009,9 @@ unsigned long flash_init (void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_SYS_FLASH_PROTECTION
|
#ifdef CONFIG_SYS_FLASH_PROTECTION
|
||||||
char *s = getenv("unlock");
|
/* read environment from EEPROM */
|
||||||
|
char s[64];
|
||||||
|
getenv_r ("unlock", s, sizeof(s));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BANK_BASE(i) (((phys_addr_t [CFI_MAX_FLASH_BANKS])CONFIG_SYS_FLASH_BANKS_LIST)[i])
|
#define BANK_BASE(i) (((phys_addr_t [CFI_MAX_FLASH_BANKS])CONFIG_SYS_FLASH_BANKS_LIST)[i])
|
||||||
|
|
Loading…
Reference in a new issue