samsung: tizen_rpi: fix typo about boot.scr.uimg
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 19 Dec 2019 00:44:18 +0000 (09:44 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 12 Nov 2021 14:33:49 +0000 (15:33 +0100)
Fix typo about boot.scr.uimg.
- s/boot.src.uimg/boot.scr.uimg

Change-Id: I656f8f856cc918ca0239e12a709662269f6c10c9
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/samsung/tizen_rpi.h

index 0224a99799b17e52c5fe8087133ee00f6b5905fe..eef0c576c8595cb09bd685c871a3c94b57682400 100644 (file)
@@ -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;"                    \