Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
024447b1
Commit
024447b1
authored
Jun 20, 2005
by
wdenk
Browse files
Enable redundant environment, disable HW flash protection of HMI1001 board
parent
b2532eff
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
024447b1
...
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.3:
======================================================================
* Enable redundant environment, disable HW flash protection of
HMI1001 board
* Patch by Travis Sawyer, 10 Jun 2005:
Initialize allocated dev and private hw structures
after their respective allocation in 440gx_enet.c
...
...
include/configs/hmi1001.h
View file @
024447b1
...
...
@@ -119,7 +119,6 @@
#define CFG_FLASH_CFI
#define CFG_FLASH_EMPTY_INFO
#define CFG_FLASH_CFI_AMD_RESET
#define CFG_FLASH_PROTECTION
/*
* Environment settings
...
...
@@ -127,6 +126,8 @@
#define CFG_ENV_IS_IN_FLASH 1
#define CFG_ENV_SIZE 0x4000
#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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment