From ae9f632b6d74c0bbb814b1ad455f41bb3744d369 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 19 Dec 2019 09:44:18 +0900 Subject: [PATCH] samsung: tizen_rpi: fix typo about boot.scr.uimg Fix typo about boot.scr.uimg. - s/boot.src.uimg/boot.scr.uimg Change-Id: I656f8f856cc918ca0239e12a709662269f6c10c9 Signed-off-by: Jaehoon Chung --- include/samsung/tizen_rpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 0224a99799..eef0c576c8 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -29,7 +29,7 @@ "u-boot.img fat 0 1;" \ "u-boot.bin fat 0 1;" \ "uboot.env fat 0 1;" \ - "boot.src.uimg fat 0 1;" \ + "boot.scr.uimg fat 0 1;" \ "optee.bin fat 0 1;" \ "zImage fat 0 1;" \ "boot.img part 0 1;" \ -- 2.34.1