am33xx: Stop using PHYS_DRAM_1 define
[platform/kernel/u-boot.git] / board / isee / igep0033 / board.c
index 87c6736..a24c22b 100644 (file)
@@ -96,7 +96,7 @@ void sdram_init(void)
  */
 int board_init(void)
 {
-       gd->bd->bi_boot_params = PHYS_DRAM_1 + 0x100;
+       gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
 
        gpmc_init();