
29 Jul
2011
29 Jul
'11
10:25 p.m.
On Fri, Jul 29, 2011 at 10:10:03PM +0200, Wolfgang Denk wrote:
Dear Jason Cooper,
In message 1311952624-583-1-git-send-email-u-boot@lakedaemon.net you wrote:
Copied wholeheartedly from board/Marvell/guruplug and modified to add support for SPI NOR flash.
Also, the following features are used:
- Use the Marvell Integrated RTC.
- display Marvell CPU/L2/etc speeds if requested.
Note: this still uses MACH_TYPE_GURUPLUG until MACH_TYPE_DREAMPLUG is accepted into mainline Linux. The source from Globalscale did the same.
Checkpatch says:
WARNING: __func__ should be used instead of gcc specific __FUNCTION__
Will fix.
--- a/MAKEALL +++ b/MAKEALL @@ -335,6 +335,7 @@ LIST_ARM9=" \ cp966 \ da830evm \ da850evm \
- dreamplug \ edb9301 \ edb9302 \ edb9302a \
NAK. We don't add boards to MAKEALL any more. We use boards.cfg instead.
Ok, thanks. will fix in v6.
Jason.