summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2017-07-26 11:18:55 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2017-07-27 12:15:36 +0900
commite62d74d412333b2972b01ce522992e1b7d61600d (patch)
tree1cfdbf30fa975b538af25334e437a659410df5f8
parentd91cf2b09bb7cd9c2d9d96fea4dbb00cc0946e4f (diff)
downloadu-boot-e62d74d412333b2972b01ce522992e1b7d61600d.tar.gz
u-boot-e62d74d412333b2972b01ce522992e1b7d61600d.tar.bz2
u-boot-e62d74d412333b2972b01ce522992e1b7d61600d.zip
There is CONFIG_SET_DFU_ALT_INFO, but CONFIG_DFU_ALT_BOOT_EMMC is not set, and it causes build error for usbdown and nfsdown commands. Add default dfu macros, CONFIG_DFU_ALT_BOOT_EMMC and CONFIG_DFU_ALT_BOOT_SD to tizen.h which is used odroid-u3 family and trats2 boards. The usbdown and nfsdown commands are only possible on odroid-u3 family boards, so default dfu macros are set as odroid dfu macro. Change-Id: Ic6ea1549492a073b6434e20f7ffcf329475f6670 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r--include/configs/tizen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/tizen.h b/include/configs/tizen.h
index 4c1c0770a6..143009d9cd 100644
--- a/include/configs/tizen.h
+++ b/include/configs/tizen.h
@@ -94,4 +94,8 @@
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
#define CONFIG_MISC_INIT_R
+/* 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
+
#endif /* __CONFIG_H */