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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
dbc58190
Commit
dbc58190
authored
19 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration
Patch by Martin Krause, 19 Apr 2005
parent
e8aa824e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
include/configs/cmc_pu2.h
+0
-1
0 additions, 1 deletion
include/configs/cmc_pu2.h
with
3 additions
and
1 deletion
CHANGELOG
+
3
−
0
View file @
dbc58190
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.4:
Changes for U-Boot 1.1.4:
======================================================================
======================================================================
* Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration
Patch by Martin Krause, 19 Apr 2005
* Fix initialization problem on TQM5200 without SM501
* Fix initialization problem on TQM5200 without SM501
Patch by Martin Krause, 8 Apr. 2005
Patch by Martin Krause, 8 Apr. 2005
...
...
This diff is collapsed.
Click to expand it.
include/configs/cmc_pu2.h
+
0
−
1
View file @
dbc58190
...
@@ -33,7 +33,6 @@
...
@@ -33,7 +33,6 @@
#define CONFIG_ARM920T 1
/* This is an ARM920T Core */
#define CONFIG_ARM920T 1
/* This is an ARM920T Core */
#define CONFIG_AT91RM9200 1
/* It's an Atmel AT91RM9200 SoC */
#define CONFIG_AT91RM9200 1
/* It's an Atmel AT91RM9200 SoC */
#define CONFIG_AT91RM9200DK 1
/* on an AT91RM9200DK Board */
#define CONFIG_CMC_PU2 1
/* on an CMC_PU2 Board */
#define CONFIG_CMC_PU2 1
/* on an CMC_PU2 Board */
#undef CONFIG_USE_IRQ
/* we don't need IRQ/FIQ stuff */
#undef CONFIG_USE_IRQ
/* we don't need IRQ/FIQ stuff */
#define USE_920T_MMU 1
#define USE_920T_MMU 1
...
...
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