diff options
Diffstat (limited to 'board/renesas/falcon/falcon.c')
-rw-r--r-- | board/renesas/falcon/falcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/falcon/falcon.c b/board/renesas/falcon/falcon.c index 3e743847167..b0cb4e747b6 100644 --- a/board/renesas/falcon/falcon.c +++ b/board/renesas/falcon/falcon.c @@ -84,7 +84,7 @@ int board_early_init_f(void) 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; init_gic_v3(); |