diff options
Diffstat (limited to 'board/karo/tk71')
-rw-r--r-- | board/karo/tk71/tk71.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/karo/tk71/tk71.c b/board/karo/tk71/tk71.c index 7aec5f9..35546d2 100644 --- a/board/karo/tk71/tk71.c +++ b/board/karo/tk71/tk71.c @@ -97,7 +97,7 @@ int board_init(void) gd->bd->bi_arch_number = CONFIG_MACH_TYPE; /* adress of boot parameters */ - gd->bd->bi_boot_params = kw_sdram_bar(0) + 0x100; + gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; return 0; } |