Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
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
Service Desk
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
Jack Humbert
reform-boundary-uboot
Commits
109f5a21
Commit
109f5a21
authored
7 years ago
by
York Sun
Browse files
Options
Downloads
Patches
Plain Diff
powerpc: mpc8544ds: Fix environmental variable location
Signed-off-by:
York Sun
<
york.sun@nxp.com
>
parent
bd44dded
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/MPC8544DS.h
+2
-2
2 additions, 2 deletions
include/configs/MPC8544DS.h
with
2 additions
and
2 deletions
include/configs/MPC8544DS.h
+
2
−
2
View file @
109f5a21
...
...
@@ -326,13 +326,13 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
* Environment
*/
#define CONFIG_ENV_IS_IN_FLASH 1
#define CONFIG_ENV_SECT_SIZE 0x10000
/* 64K (one sector) */
#if CONFIG_SYS_MONITOR_BASE > 0xfff80000
#define CONFIG_ENV_ADDR 0xfff80000
#else
#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE
+ 0x70000
)
#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE
- CONFIG_ENV_SECT_SIZE
)
#endif
#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_ENV_SECT_SIZE 0x10000
/* 64K (one sector) */
#define CONFIG_LOADS_ECHO 1
/* echo on for serial download */
#define CONFIG_SYS_LOADS_BAUD_CHANGE 1
/* allow baudrate change */
...
...
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