Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
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
vesta
u-boot-2015.04
Commits
b34ff81d
Commit
b34ff81d
authored
21 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Set default clock for INCA-IP to 150 MHz
Prepare for 1.0.1 release
parent
a522fa0e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-1
3 additions, 1 deletion
CHANGELOG
include/configs/incaip.h
+1
-1
1 addition, 1 deletion
include/configs/incaip.h
with
4 additions
and
2 deletions
CHANGELOG
+
3
−
1
View file @
b34ff81d
======================================================================
Changes
since
U-Boot 1.0.
0
:
Changes
for
U-Boot 1.0.
1
:
======================================================================
* Set default clock for INCA-IP to 150 MHz
* Make BMS2003 use a separate config file to avoid #ifdef mess;
add I2C support; add support for DS1337 RTC
...
...
This diff is collapsed.
Click to expand it.
include/configs/incaip.h
+
1
−
1
View file @
b34ff81d
...
...
@@ -33,7 +33,7 @@
#ifndef CPU_CLOCK_RATE
/* allowed values: 100000000, 133000000, and 150000000 */
#define CPU_CLOCK_RATE 1
33
000000
/* 133 MHz clock for the MIPS core */
#define CPU_CLOCK_RATE 1
50
000000
/* 133 MHz clock for the MIPS core */
#endif
#define INFINEON_EBU_BOOTCFG 0x40C4
/* CMULT = 8 */
...
...
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