On 12/1/21 4:13 AM, sin.hui.kho@xxxxxxxxxxxxxxx wrote:
From: Sin Hui Kho <sin.hui.kho@xxxxxxxxx> Change NAND flash MTD partition in device tree after implementation of UBI and UBIFS. "u-boot" partition remain for raw u-boot image, but "root" partition is use for UBI image containing all other components. Signed-off-by: Sin Hui Kho <sin.hui.kho@xxxxxxxxx> --- .../dts/altera/socfpga_stratix10_socdk_nand.dts | 24 ++-------------------- .../boot/dts/intel/socfpga_agilex_socdk_nand.dts | 20 ++---------------- 2 files changed, 4 insertions(+), 40 deletions(-) diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts
Applied! Thanks, Dinh