X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Frenesas%2Fporter%2Fporter.c;h=db1fb4b035f000bb6a46dee10b42f3b6d65da469;hb=aa6e94deabb45154cea07ad44c4a5c047bca078b;hp=1a3a4c11a17267ef0f28259d774604ded42d3a47;hpb=2f8a6db5d83b103e372172422a3d0aff873f1299;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/renesas/porter/porter.c b/board/renesas/porter/porter.c index 1a3a4c1..db1fb4b 100644 --- a/board/renesas/porter/porter.c +++ b/board/renesas/porter/porter.c @@ -78,7 +78,7 @@ int board_early_init_f(void) int board_init(void) { /* adress of boot parameters */ - gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; + gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100; /* Force ethernet PHY out of reset */ gpio_request(ETHERNET_PHY_RESET, "phy_reset");