X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Famcc%2Focotea%2Focotea.c;h=5b28c3b1783041a8d3a629a4e1cae2df999a6527;hb=77ddac9480d63a80b6bb76d7ee4dcc2d1070867e;hp=5f436eaeee98992c92e2eab974f2773f7649ddc7;hpb=7d939f89471d05ee40764156dd7147bca148c068;p=u-boot diff --git a/board/amcc/ocotea/ocotea.c b/board/amcc/ocotea/ocotea.c index 5f436eaeee..5b28c3b178 100644 --- a/board/amcc/ocotea/ocotea.c +++ b/board/amcc/ocotea/ocotea.c @@ -28,7 +28,7 @@ #include "ocotea.h" #include #include -#include <440gx_enet.h> +#include #define BOOT_SMALL_FLASH 32 /* 00100000 */ #define FLASH_ONBD_N 2 /* 00000010 */ @@ -187,7 +187,7 @@ int board_early_init_f (void) int checkboard (void) { sys_info_t sysinfo; - unsigned char *s = getenv ("serial#"); + char *s = getenv ("serial#"); get_sys_info (&sysinfo);