]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/am335x/board.c
am33xx: Stop using PHYS_DRAM_1 define
[people/ms/u-boot.git] / board / ti / am335x / board.c
index eac9cc9265ba9396c94ee4079a7b049d7a03c06c..04c37e2db6b3ad177fd43a082c772e33e298ac28 100644 (file)
@@ -343,7 +343,7 @@ int board_init(void)
                STNOR_GPMC_CONFIG5, STNOR_GPMC_CONFIG6, STNOR_GPMC_CONFIG7 };
 #endif
 
-       gd->bd->bi_boot_params = PHYS_DRAM_1 + 0x100;
+       gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
 
        gpmc_init();