Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor 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
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
05df3e5a
Commit
05df3e5a
authored
16 years ago
by
Becky Bruce
Committed by
Jon Loeliger
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mpc8641: Remove extra "0" from BR2 define
Signed-off-by:
Becky Bruce
<
becky.bruce@freescale.com
>
parent
33211469
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/MPC8641HPCN.h
+1
-1
1 addition, 1 deletion
include/configs/MPC8641HPCN.h
with
1 addition
and
1 deletion
include/configs/MPC8641HPCN.h
+
1
−
1
View file @
05df3e5a
...
@@ -186,7 +186,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
...
@@ -186,7 +186,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CONFIG_SYS_OR1_PRELIM 0xff006ff7
/* 16MB Alternate Boot Flash area*/
#define CONFIG_SYS_OR1_PRELIM 0xff006ff7
/* 16MB Alternate Boot Flash area*/
#define CONFIG_SYS_BR2_PRELIM (BR_PHYS_ADDR(CF_BASE) \
#define CONFIG_SYS_BR2_PRELIM (BR_PHYS_ADDR(CF_BASE) \
| 0x0000
0
1001)
/* port size 16bit */
| 0x00001001)
/* port size 16bit */
#define CONFIG_SYS_OR2_PRELIM 0xfff06ff7
/* 1MB Compact Flash area*/
#define CONFIG_SYS_OR2_PRELIM 0xfff06ff7
/* 1MB Compact Flash area*/
#define CONFIG_SYS_BR3_PRELIM (BR_PHYS_ADDR(PIXIS_BASE) \
#define CONFIG_SYS_BR3_PRELIM (BR_PHYS_ADDR(PIXIS_BASE) \
...
...
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