Skip to content
Snippets Groups Projects
Commit 91e940d9 authored by dzu's avatar dzu
Browse files

Add configuration for wtk board

parent 29127b6a
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
...@@ -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
######################################################################### #########################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment