From c61f63528658520b8931ddd3cdde7e8a82721a9e Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 19 Nov 2020 13:28:48 +0900 Subject: [PATCH] samsung: tizen_amlogic: fix wrong defined name 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 --- include/samsung/tizen_amlogic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index deac19f..5e35c54 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -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" -- 2.7.4