
8 Jan
2012
8 Jan
'12
7:48 a.m.
On Thursday 05 January 2012 13:44:54 David Wagner wrote:
--- a/tools/mkenvimage.c +++ b/tools/mkenvimage.c
+#include <stdlib.h>
-#include <compiler.h> +#include "compiler.h"
these are fine
-#include <u-boot/crc.h> +#include "u-boot/crc.h"
i don't think this is necessary -mike