commit | 4ab64933e3372ef0ad759fc7eae95713f9afd817 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Fri Sep 21 12:28:17 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:03 2012 -0700 |
tree | 1b0a01d15decc8cbf3364898714ca118dda7cebb | |
parent | e46a4350b484cf7bc4ab861967bf303fc439c9e0 [diff] |
add check infrastructure, default sparse Add support for running source code checkers on u-boot source, e.g., using sparse to aid with typechecking. This comes in especially handy as SoC vendors mix and match cores and devices with different endianness, thus here we add CHECK_ENDIAN to the otherwise linux kernel default CHECKFLAGS. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>