From: Jaehoon Chung Date: Thu, 19 Nov 2020 04:28:48 +0000 (+0900) Subject: samsung: tizen_amlogic: fix wrong defined name X-Git-Tag: submit/tizen/20201208.071016~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0abe4f637a527f187843b239a93c0ea9c2abb98;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index deac19fa4b..5e35c54222 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"