diff options
author | wdenk <wdenk> | 2004-12-18 22:35:43 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-18 22:35:43 +0000 |
commit | f7d1572bf51619554f278cb543ef0445baa3a1f8 (patch) | |
tree | ac5ad0054651a4c3596f9809f534df4587163111 /Makefile | |
parent | 8e6b47a89b6db05594f559f7829e5dc54c0df86e (diff) | |
download | u-boot-imx-f7d1572bf51619554f278cb543ef0445baa3a1f8.zip u-boot-imx-f7d1572bf51619554f278cb543ef0445baa3a1f8.tar.gz u-boot-imx-f7d1572bf51619554f278cb543ef0445baa3a1f8.tar.bz2 |
Add support for UC100 board
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -667,6 +667,9 @@ TTTech_config: unconfig @echo "#define CONFIG_SHARP_LQ104V7DS01" >>include/config.h @./mkconfig -a TQM823L ppc mpc8xx tqm8xx +UC100_config : unconfig + @./mkconfig $(@:_config=) ppc mpc8xx uc100 + v37_config: unconfig @echo "#define CONFIG_LCD" >include/config.h @echo "#define CONFIG_SHARP_LQ084V1DG21" >>include/config.h |