]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpl/pati/pati.c
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / board / mpl / pati / pati.c
index 7893d61f163c21f893b29bcad8bbdc5db79ff6f5..0883c429faa27d297b9f772e6466ca4cf45e4ffb 100644 (file)
@@ -149,7 +149,7 @@ extern void mem_test_reloc(void);
 /*
  * Get RAM size.
  */
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        unsigned char board_rev;
        unsigned long reg;
@@ -615,4 +615,4 @@ void pci_con_disc(void)
 /*
  * Absolute environment address for linker file.
  */
-GEN_ABS(env_start, CFG_ENV_OFFSET + CFG_FLASH_BASE);
+GEN_ABS(env_start, CONFIG_ENV_OFFSET + CFG_FLASH_BASE);