blob: eda04df5c6193710e787e29d0738b622a55b9668 [file] [log] [blame]
Paul Barkera774a3e2023-10-16 10:25:27 +01001# Copyright (C) 2023 Renesas Electronics Corporation
2# SPDX-License-Identifier: GPL-2.0+
3
4if RZG2L
5
Paul Barkera07d3132023-10-16 10:25:28 +01006config R9A07G044L
7 bool "Renesas R9A07G044L SoC"
8 help
9 Enable support for the Renesas R9A07G044L (RZ/G2L) SoC.
10
Paul Barkera774a3e2023-10-16 10:25:27 +010011config MULTI_DTB_FIT_UNCOMPRESS_SZ
12 default 0x80000 if TARGET_RZG2L_SMARC_EVK
13
14config MULTI_DTB_FIT_USER_DEF_ADDR
15 default 0x49000000 if TARGET_RZG2L_SMARC_EVK
16
17endif