Skip to content

Commit 93ed40e

Browse files
committed
unify sd/mmc overlays across g2l/g2lc/v2l
1 parent 6a9eadc commit 93ed40e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

runme.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ set_machine_settings() {
7272
UBOOT_DEFCONFIG=rzg2lc-solidrun_defconfig
7373
TFA_PLATFORM=g2l
7474
TFA_BOARD=sr_rzg2lc
75-
KERNEL_OVERLAYS_PREFIX=rzg2lc
75+
KERNEL_OVERLAYS_PREFIX=rzg2l # g2lc som can reuse g2l sd/mmc overlays
7676
;;
7777
"rzg2l-solidrun")
7878
UBOOT_DEFCONFIG=rzg2l-solidrun_defconfig
@@ -84,7 +84,7 @@ set_machine_settings() {
8484
UBOOT_DEFCONFIG=rzv2l-solidrun_defconfig
8585
TFA_PLATFORM=v2l
8686
TFA_BOARD=sr_rzv2l
87-
KERNEL_OVERLAYS_PREFIX=rzg2l
87+
KERNEL_OVERLAYS_PREFIX=rzg2l # v2l som can reuse g2l sd/mmc overlays
8888
;;
8989
*)
9090
echo "Unknown Machine=$MACHINE -> default=rzg2lc-solidrun"

0 commit comments

Comments
 (0)