samsung: tizen_amlogic: fix wrong defined name
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 19 Nov 2020 04:28:48 +0000 (13:28 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 16 Nov 2021 10:04:04 +0000 (11:04 +0100)
Fix wrong defined name from KVIM3 to VIM3.
It's occurred a build error on gbs system.

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

index deac19f..5e35c54 100644 (file)
@@ -47,7 +47,7 @@
                                "u-boot-n2.bin raw 0x1 0x1000;" \
                                "u-boot-c4.bin skip 0 0;"       \
                                "u-boot-kvim3.bin skip 0 0"
-#define DFU_ALT_BOOT_KVIM3     "u-boot.bin raw 0x1 0x1000;"    \
+#define DFU_ALT_BOOT_VIM3      "u-boot.bin raw 0x1 0x1000;"    \
                                "u-boot-kvim3.bin raw 0x1 0x1000;" \
                                "u-boot-c4.bin skip 0 0;"       \
                                "u-boot-n2.bin skip 0 0"