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 /include | |
| 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 'include')
| -rw-r--r-- | include/configs/rcar-gen3-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index b9762f5bebb..99ef27bccd5 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -17,6 +17,8 @@ #define CONFIG_SPL_TARGET "spl/u-boot-spl.scif" #endif +#define CONFIG_SYS_BOOTPARAMS_LEN SZ_128K + /* boot option */ #define CONFIG_CMDLINE_TAG |
