mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-16 00:03:24 +00:00
a4b3e08652
Add a config option for the R9A07G044L SoC used in the RZ/G2L so that we can make use of this in the subsequent driver patches. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
17 lines
382 B
Text
17 lines
382 B
Text
# Copyright (C) 2023 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
if RZG2L
|
|
|
|
config R9A07G044L
|
|
bool "Renesas R9A07G044L SoC"
|
|
help
|
|
Enable support for the Renesas R9A07G044L (RZ/G2L) SoC.
|
|
|
|
config MULTI_DTB_FIT_UNCOMPRESS_SZ
|
|
default 0x80000 if TARGET_RZG2L_SMARC_EVK
|
|
|
|
config MULTI_DTB_FIT_USER_DEF_ADDR
|
|
default 0x49000000 if TARGET_RZG2L_SMARC_EVK
|
|
|
|
endif
|