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
56d52615
Commit
56d52615
authored
16 years ago
by
TsiChung Liew
Committed by
John Rigby
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ColdFire: Fix code flash configuration for M547x/M548x boards
Signed-off-by:
Kurt Mahan
<
kmahan@freescale.com
>
parent
6e37091a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/configs/M5475EVB.h
+2
-2
2 additions, 2 deletions
include/configs/M5475EVB.h
include/configs/M5485EVB.h
+2
-2
2 additions, 2 deletions
include/configs/M5485EVB.h
with
4 additions
and
4 deletions
include/configs/M5475EVB.h
+
2
−
2
View file @
56d52615
...
@@ -303,9 +303,9 @@
...
@@ -303,9 +303,9 @@
#define CFG_CS0_CTRL 0x00101980
#define CFG_CS0_CTRL 0x00101980
#ifdef CFG_NOR1SZ
#ifdef CFG_NOR1SZ
#define CFG_CS1_BASE 0x
F8
000000
#define CFG_CS1_BASE 0x
E0
000000
#define CFG_CS1_MASK (((CFG_NOR1SZ << 20) - 1) & 0xFFFF0001)
#define CFG_CS1_MASK (((CFG_NOR1SZ << 20) - 1) & 0xFFFF0001)
#define CFG_CS1_CTRL 0x00
000
D80
#define CFG_CS1_CTRL 0x00
101
D80
#endif
#endif
#endif
/* _M5475EVB_H */
#endif
/* _M5475EVB_H */
This diff is collapsed.
Click to expand it.
include/configs/M5485EVB.h
+
2
−
2
View file @
56d52615
...
@@ -289,9 +289,9 @@
...
@@ -289,9 +289,9 @@
#define CFG_CS0_CTRL 0x00101980
#define CFG_CS0_CTRL 0x00101980
#ifdef CFG_NOR1SZ
#ifdef CFG_NOR1SZ
#define CFG_CS1_BASE 0x
F8
000000
#define CFG_CS1_BASE 0x
E0
000000
#define CFG_CS1_MASK (((CFG_NOR1SZ << 20) - 1) & 0xFFFF0001)
#define CFG_CS1_MASK (((CFG_NOR1SZ << 20) - 1) & 0xFFFF0001)
#define CFG_CS1_CTRL 0x00
000
D80
#define CFG_CS1_CTRL 0x00
101
D80
#endif
#endif
#endif
/* _M5485EVB_H */
#endif
/* _M5485EVB_H */
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