Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Mayer
u-boot
Commits
53ebf0c4
Commit
53ebf0c4
authored
16 years ago
by
Heiko Schocher
Committed by
Wolfgang Denk
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mgsuvd: update size of environment
Signed-off-by:
Heiko Schocher
<
hs@denx.de
>
parent
2e26d837
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/mgsuvd.h
+1
-3
1 addition, 3 deletions
include/configs/mgsuvd.h
with
1 addition
and
3 deletions
include/configs/mgsuvd.h
+
1
−
3
View file @
53ebf0c4
...
@@ -205,14 +205,12 @@
...
@@ -205,14 +205,12 @@
#define CONFIG_ENV_IS_IN_FLASH 1
#define CONFIG_ENV_IS_IN_FLASH 1
#define CONFIG_ENV_OFFSET 0x40000
/* Offset of Environment Sector */
#define CONFIG_ENV_OFFSET 0x40000
/* Offset of Environment Sector */
#define CONFIG_ENV_SIZE 0x08000
/* Total Size of Environment Sector */
#define CONFIG_ENV_SIZE 0x08000
/* Total Size of Environment Sector */
#define CONFIG_ENV_SECT_SIZE 0x
4
0000
/* Total Size of Environment Sector */
#define CONFIG_ENV_SECT_SIZE 0x
2
0000
/* Total Size of Environment Sector */
/* Address and size of Redundant Environment Sector */
/* Address and size of Redundant Environment Sector */
#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET+CONFIG_ENV_SECT_SIZE)
#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET+CONFIG_ENV_SECT_SIZE)
#define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE)
#define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE)
#define CONFIG_SYS_USE_PPCENV
/* Environment embedded in sect .ppcenv */
/*-----------------------------------------------------------------------
/*-----------------------------------------------------------------------
* Cache Configuration
* Cache Configuration
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment