]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/m5271evb/m5271evb.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / m5271evb / m5271evb.c
index c26c91d1b73ccc9e596a653f738516bd8d2da5e6..e089d5f02f1ff7c473d90d884c4207ca99dbc49e 100644 (file)
  */
 
 #include <common.h>
-#include <asm/m5271.h>
-#include <asm/immap_5271.h>
+#include <asm/immap.h>
 
 int checkboard (void) {
        puts ("Board: Freescale M5271EVB\n");
        return 0;
 };
 
-long int initdram (int board_type) {
+phys_size_t initdram (int board_type) {
 
        int i;