tizen: add default dfu macros
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 26 Jul 2017 02:18:55 +0000 (11:18 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 01:35:22 +0000 (10:35 +0900)
commitdacb49401149dda4a4062aa89ffd6ba864f09b09
tree856679218f1dc96c8433b0cc4ebe0e0c0c9ac9be
parentf562c7b0fc1e5a74f5eb8b46b7632b77da0f938c
tizen: add default dfu macros

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>
include/configs/tizen.h