mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
Enable redundant environment, disable HW flash protection of HMI1001 board
This commit is contained in:
parent
b2532eff87
commit
024447b186
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
Changes for U-Boot 1.1.3:
|
Changes for U-Boot 1.1.3:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Enable redundant environment, disable HW flash protection of
|
||||||
|
HMI1001 board
|
||||||
|
|
||||||
* Patch by Travis Sawyer, 10 Jun 2005:
|
* Patch by Travis Sawyer, 10 Jun 2005:
|
||||||
Initialize allocated dev and private hw structures
|
Initialize allocated dev and private hw structures
|
||||||
after their respective allocation in 440gx_enet.c
|
after their respective allocation in 440gx_enet.c
|
||||||
|
|
|
@ -119,7 +119,6 @@
|
||||||
#define CFG_FLASH_CFI
|
#define CFG_FLASH_CFI
|
||||||
#define CFG_FLASH_EMPTY_INFO
|
#define CFG_FLASH_EMPTY_INFO
|
||||||
#define CFG_FLASH_CFI_AMD_RESET
|
#define CFG_FLASH_CFI_AMD_RESET
|
||||||
#define CFG_FLASH_PROTECTION
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Environment settings
|
* Environment settings
|
||||||
|
@ -127,6 +126,8 @@
|
||||||
#define CFG_ENV_IS_IN_FLASH 1
|
#define CFG_ENV_IS_IN_FLASH 1
|
||||||
#define CFG_ENV_SIZE 0x4000
|
#define CFG_ENV_SIZE 0x4000
|
||||||
#define CFG_ENV_SECT_SIZE 0x20000
|
#define CFG_ENV_SECT_SIZE 0x20000
|
||||||
|
#define CFG_ENV_OFFSET_REDUND (CFG_ENV_OFFSET+CFG_ENV_SECT_SIZE)
|
||||||
|
#define CFG_ENV_SIZE_REDUND (CFG_ENV_SIZE)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Memory map
|
* Memory map
|
||||||
|
|
Loading…
Add table
Reference in a new issue