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/20170808.230223~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aac86a748ef8fd6e79ae4af3c76c8b401d5b1ee9;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 143009d9cd..ea14effbef 100644 --- a/include/configs/tizen.h +++ b/include/configs/tizen.h @@ -97,5 +97,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 */