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)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 04:32:45 +0000 (13:32 +0900)
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 0ad6c6e..3ecd2e6 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;"                    \