]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/ocotea/ocotea.c
Cleanup for GCC-4.x
[u-boot] / board / amcc / ocotea / ocotea.c
index 5f436eaeee98992c92e2eab974f2773f7649ddc7..5b28c3b1783041a8d3a629a4e1cae2df999a6527 100644 (file)
@@ -28,7 +28,7 @@
 #include "ocotea.h"
 #include <asm/processor.h>
 #include <spd_sdram.h>
-#include <440gx_enet.h>
+#include <ppc4xx_enet.h>
 
 #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);