From c97332f7cb8fd9301f76225c7450be515ab482e1 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 18 Jul 2022 15:53:33 +0900 Subject: [PATCH] scripts: tizen_rpi: remove unnecessary line change Remove unnecessary line change. Change-Id: I91ab784a1e46d0145ff511b4f1012a23eeb5022d Signed-off-by: Jaehoon Chung --- include/samsung/tizen_rpi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 73806a6..88820e0 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -93,7 +93,7 @@ "load mmc ${mmcbootdev}:${mmcinformpart} ${slot_addr} /${slotfile} 2; " \ "fi; " \ "mw.b ${slot_addr} 61; " \ - "ext4write mmc ${mmcbootdev}:${mmcinformpart} ${slot_addr} /${slotfile} 2; " \ + "ext4write mmc ${mmcbootdev}:${mmcinformpart} ${slot_addr} /${slotfile} 2; " #define SET_TO_PARTITION_B \ "if test -e mmc ${mmcbootdev}:${mmcinformpart} ${slotfile}; " \ @@ -101,7 +101,7 @@ "load mmc ${mmcbootdev}:${mmcinformpart} ${slot_addr} /${slotfile} 2; " \ "fi; " \ "mw.b ${slot_addr} 62; " \ - "ext4write mmc ${mmcbootdev}:${mmcinformpart} ${slot_addr} /${slotfile} 2; " \ + "ext4write mmc ${mmcbootdev}:${mmcinformpart} ${slot_addr} /${slotfile} 2; " #ifdef CONFIG_TARGET_RPI_4_32B #define TIZEN_VC_MEM "vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 swiotlb=8192 " -- 2.7.4