summaryrefslogtreecommitdiff
path: root/board/Marvell/include/core.h
Commit message (Collapse)AuthorAgeLines
* Consolidate bool typeYork Sun2013-04-01-5/+0
| | | | | | | | | | | | | 'bool' is defined in random places. This patch consolidates them into a single header file include/linux/types.h, using stdbool.h introduced in C99. All other #define, typedef and enum are removed. They are all consistent with true = 1, false = 0. Replace FALSE, False with false. Replace TRUE, True with true. Skip *.py, *.php, lib/* files. Signed-off-by: York Sun <yorksun@freescale.com>
* More code cleanupWolfgang Denk2006-07-21-0/+3
|
* * Patch by Ronen Shitrit, 10 Dec 2003:wdenk2004-01-03-0/+238
Add support for the Marvell DB64360 / DB64460 development boards * Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile