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
91e940d9
Commit
91e940d9
authored
21 years ago
by
dzu
Browse files
Options
Downloads
Patches
Plain Diff
Add configuration for wtk board
parent
29127b6a
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
+2
-0
2 additions, 0 deletions
CHANGELOG
Makefile
+5
-0
5 additions, 0 deletions
Makefile
with
7 additions
and
0 deletions
CHANGELOG
+
2
−
0
View file @
91e940d9
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
Changes for U-Boot 1.0.0:
Changes for U-Boot 1.0.0:
======================================================================
======================================================================
* Add configuration for wtk board
* Add support for the Sharp LQ065T9DR51U LCD display
* Add support for the Sharp LQ065T9DR51U LCD display
* Patch by Rune Torgersen, 17 Sep 2003:
* Patch by Rune Torgersen, 17 Sep 2003:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
5
−
0
View file @
91e940d9
...
@@ -470,6 +470,11 @@ v37_config: unconfig
...
@@ -470,6 +470,11 @@ v37_config: unconfig
@
echo
"#define CONFIG_SHARP_LQ084V1DG21"
>>
include/config.h
@
echo
"#define CONFIG_SHARP_LQ084V1DG21"
>>
include/config.h
@
./mkconfig
$(
@:_config
=
)
ppc mpc8xx v37
@
./mkconfig
$(
@:_config
=
)
ppc mpc8xx v37
wtk_config
:
unconfig
@
echo
"#define CONFIG_LCD"
>
include/config.h
@
echo
"#define CONFIG_SHARP_LQ065T9DR51U"
>>
include/config.h
@
./mkconfig
-a
TQM823L ppc mpc8xx tqm8xx
#########################################################################
#########################################################################
## PPC4xx Systems
## PPC4xx Systems
#########################################################################
#########################################################################
...
...
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