diff options
Diffstat (limited to 'board/silinux/ek874/ek874.c')
-rw-r--r-- | board/silinux/ek874/ek874.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/silinux/ek874/ek874.c b/board/silinux/ek874/ek874.c index 1e948489f3..6dc804a0c0 100644 --- a/board/silinux/ek874/ek874.c +++ b/board/silinux/ek874/ek874.c @@ -19,7 +19,7 @@ DECLARE_GLOBAL_DATA_PTR; int board_init(void) { /* address of boot parameters */ - gd->bd->bi_boot_params = CONFIG_SYS_TEXT_BASE + 0x50000; + gd->bd->bi_boot_params = CONFIG_TEXT_BASE + 0x50000; return 0; } |