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>
Mon, 15 Nov 2021 10:19:26 +0000 (11:19 +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 0ad6c6efcbaabe469422f6a60db7339af620f232..3ecd2e6e06a2a530da88496d2218946f3d114db0 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;"                    \