[PATCH] arm: dts: socfpga: stratix10: Update MMC smplsel value

2022-05-24 Thread yau . wai . gan
From: Yau Wai Gan This new MMC sample select value is obtained from running tests on multiple Stratix 10 boards and proven working. Signed-off-by: Yau Wai Gan --- arch/arm/dts/socfpga_stratix10_socdk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts

[PATCH] arm: dts: socfpga: stratix10: Update MMC smplsel value

2022-04-27 Thread yau . wai . gan
From: Yau Wai Gan This new MMC sample select value is obtained from running tests on multiple Stratix 10 boards and proven working. Signed-off-by: Yau Wai Gan --- arch/arm/dts/socfpga_stratix10_socdk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts

[PATCH] config_distro_bootcmd: Ability to boot u-boot script from FIT image

2021-06-01 Thread Yau Wai Gan
When source u-boot script from an FIT image, it is required to provide the script subimage name. Add an additional environment variable "scriptuname" when sourcing u-boot script in FIT image during run distro_bootcmd. Signed-off-by: Yau Wai Gan --- include/config_distro_bootcmd.h |