From: Seung-Woo Kim Date: Wed, 2 Aug 2017 10:13:41 +0000 (+0900) Subject: tizen: add default dfu macro for nfsdown X-Git-Tag: submit/tizen/20191107.042334~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d11e6ae6df6ea29dadfb6d0f6234acc4e913849;p=platform%2Fkernel%2Fu-boot.git tizen: add default dfu macro for nfsdown The nfsdown without CONFIG_DFU_ALT_SYSTEM causes build error. Add default dfu macro, CONFIG_DFU_ALT_SYSTEM to tizen.h to support nfsdown on odroid-u3 family boards. Change-Id: I716b9235f1b40f4d3b0b19a75ccf67e73375acea Signed-off-by: Seung-Woo Kim --- diff --git a/include/configs/tizen.h b/include/configs/tizen.h index a81c0210ea..c7c68da9da 100644 --- a/include/configs/tizen.h +++ b/include/configs/tizen.h @@ -96,5 +96,6 @@ /* Default ALT from ODROID */ #define CONFIG_DFU_ALT_BOOT_EMMC DFU_ALT_BOOT_EMMC_ODROID #define CONFIG_DFU_ALT_BOOT_SD DFU_ALT_BOOT_SD_ODROID +#define CONFIG_DFU_ALT_SYSTEM DFU_ALT_SYSTEM_ODROID_MBR_V30 #endif /* __CONFIG_H */