blob: 039d6b0a45aaf68af5178e94a72787521b0ff5c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright (C) 2023 Renesas Electronics Corporation
# SPDX-License-Identifier: GPL-2.0+
if RZG2L
config R9A07G044L
bool "Renesas R9A07G044L SoC"
imply CLK_R9A07G044
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
|