From a8a3553275cc15027c0831b671a5f3e05f93813d 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 0ad6c6e..3ecd2e6 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.7.4