[PATCH 1/2] renesas: beacon-rzg2m: Add Marek to MAINTAINER file

Since any changes to the RZ/G2 family go through Marek's tree, update the MAINTAINER file to automatically show his name when running get_maintainer.pl. Without this, he is not copied.
Signed-off-by: Adam Ford aford173@gmail.com
diff --git a/board/beacon/beacon-rzg2m/MAINTAINERS b/board/beacon/beacon-rzg2m/MAINTAINERS index f8042bb2c4..a4a920a017 100644 --- a/board/beacon/beacon-rzg2m/MAINTAINERS +++ b/board/beacon/beacon-rzg2m/MAINTAINERS @@ -1,5 +1,6 @@ BEACON_RZG2M BOARD M: Adam Ford aford173@gmail.com +M: Marek Vasut marek.vasut+renesas@mailbox.org S: Maintained F: board/beacon/beacon-rzg2m/ F: include/configs/beacon-rzg2m.h

The ENV size and offset were changed to different values in Beacon's downstream release. Change them to the same values as the downstream for consistent behavior.
Signed-off-by: Adam Ford aford173@gmail.com
diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig index 4aabb1fe03..234c965023 100644 --- a/configs/rzg2_beacon_defconfig +++ b/configs/rzg2_beacon_defconfig @@ -3,7 +3,8 @@ CONFIG_ARCH_RENESAS=y CONFIG_TEXT_BASE=0x50000000 CONFIG_SYS_MALLOC_LEN=0x4000000 CONFIG_SYS_MALLOC_F_LEN=0x2000 -CONFIG_ENV_OFFSET=0x0 +CONFIG_ENV_SIZE=0x2000 +CONFIG_ENV_OFFSET=0xFFFFE000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="renesas/r8a774a1-beacon-rzg2m-kit" CONFIG_RCAR_GEN3=y

On 6/1/24 4:55 PM, Adam Ford wrote:
The ENV size and offset were changed to different values in Beacon's downstream release. Change them to the same values as the downstream for consistent behavior.
Signed-off-by: Adam Ford aford173@gmail.com
Reviewed-by: Marek Vasut marek.vasut+renesas@mailbox.org

On 6/1/24 4:55 PM, Adam Ford wrote:
Since any changes to the RZ/G2 family go through Marek's tree, update the MAINTAINER file to automatically show his name when running get_maintainer.pl. Without this, he is not copied.
Signed-off-by: Adam Ford aford173@gmail.com
Thanks
Reviewed-by: Marek Vasut marek.vasut+renesas@mailbox.org
I'll be preparing a PR in a few days too.
participants (2)
-
Adam Ford
-
Marek Vasut