]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gth2/gth2.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / gth2 / gth2.c
index 3e56678c08ac4285e45e53955232a73653350000..cea65c677f0d92d637bbf0f62a40f5ba2adb9ffd 100644 (file)
@@ -83,7 +83,7 @@ void hw_watchdog_reset(void){
        }
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        /* Sdram is setup by assembler code */
        /* If memory could be changed, we should return the true value here */