diff options
author | Marek Vasut | 2010-07-22 16:51:52 +0200 |
---|---|---|
committer | Wolfgang Denk | 2010-10-19 22:47:13 +0200 |
commit | f905432c04c54ef169b4ffe6dd310ddf72a67c86 (patch) | |
tree | a3a7fed67205d3b2b0f32ffa0d0a58877ca76fbf /board/vpac270/Makefile | |
parent | 6375dadab39991cca679b186f2949ccde5dac174 (diff) |
PXA: Voipac270 improvements
128MB NOR module support.
Define __io to get harddrive working.
Fix saving of environment into OneNAND.
Boot from harddrive when possible.
Add missing MAINTAINERS entry.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'board/vpac270/Makefile')
-rw-r--r-- | board/vpac270/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/board/vpac270/Makefile b/board/vpac270/Makefile index c6f4c7c36f4..f5014fc2534 100644 --- a/board/vpac270/Makefile +++ b/board/vpac270/Makefile @@ -1,10 +1,7 @@ - # -# (C) Copyright 2000 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# Voipac PXA270 Support # -# See file CREDITS for list of people who contributed to this -# project. +# Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as |