diff options
| author | Marek Vasut <[email protected]> | 2021-06-13 22:42:26 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2021-08-08 12:27:04 +0200 |
| commit | d2d9ecb88e0e06871cf0109e935e1b4cade780bf (patch) | |
| tree | 78055e993d35eba315a1f72eea63fcc7c6d26fbf /board/renesas/eagle | |
| parent | 2525fa3cb881791da98407dff947d343a6646e4f (diff) | |
ARM: renesas: Mallocate bootparams on Gen3
The bootparams do not have to be at fixed location, they can be
dynamically mallocated instead. Make it so to get rid of another
fixed assignment.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Biju Das <[email protected]>
Cc: Lad Prabhakar <[email protected]>
Diffstat (limited to 'board/renesas/eagle')
| -rw-r--r-- | board/renesas/eagle/eagle.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/renesas/eagle/eagle.c b/board/renesas/eagle/eagle.c index bb32e3d2c53..3417b50f3b0 100644 --- a/board/renesas/eagle/eagle.c +++ b/board/renesas/eagle/eagle.c @@ -65,9 +65,6 @@ int board_early_init_f(void) int board_init(void) { - /* adress of boot parameters */ - gd->bd->bi_boot_params = CONFIG_SYS_TEXT_BASE + 0x50000; - return 0; } |
