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
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