summaryrefslogtreecommitdiff
path: root/include/configs/rcar-gen3-common.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2021-06-13 23:42:26 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-08-08 13:27:04 +0300
commitd2d9ecb88e0e06871cf0109e935e1b4cade780bf (patch)
tree78055e993d35eba315a1f72eea63fcc7c6d26fbf /include/configs/rcar-gen3-common.h
parent2525fa3cb881791da98407dff947d343a6646e4f (diff)
downloadu-boot-d2d9ecb88e0e06871cf0109e935e1b4cade780bf.tar.xz
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 <marek.vasut+renesas@gmail.com> Cc: Biju Das <biju.das.jz@bp.renesas.com> Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Diffstat (limited to 'include/configs/rcar-gen3-common.h')
-rw-r--r--include/configs/rcar-gen3-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h
index b9762f5beb..99ef27bccd 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