From: Marek Szyprowski Date: Mon, 20 Apr 2020 13:08:30 +0000 (+0200) Subject: tizen: replace NFSdown with generic Tizen Download utility (NFS and USB) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76f7d2c1a7b7507c78f779f61bc5aeb481ffbbcc;p=platform%2Fkernel%2Fu-boot.git tizen: replace NFSdown with generic Tizen Download utility (NFS and USB) Tizen Download utility provides replacement for nfsdown and usbdown commands, implemented on top of the generic u-boot's DFU framework. It allows to flash any entity defined in dfu_alt_info, not only the ones hardcoded in the mentioned commands. This is useful for flashing only the selected images/entities. Signed-off-by: Marek Szyprowski Change-Id: Ic4275302442b84dc96a2d7d31188eb3d7143e7ec --- diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index f93bbcf..1c30054 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -17,12 +17,13 @@ CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y -CONFIG_CMD_NFS_DOWNLOAD=y +CONFIG_CMD_TIZEN_DOWNLOAD=y CONFIG_CMD_FS_UUID=y CONFIG_OF_EMBED=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y +CONFIG_DFU_MMC=y CONFIG_DM_KEYBOARD=y CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 2e02913..15f6e69 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -17,11 +17,13 @@ CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_CMD_TIZEN_DOWNLOAD=y CONFIG_CMD_FS_UUID=y CONFIG_OF_EMBED=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y +CONFIG_DFU_MMC=y CONFIG_DM_KEYBOARD=y CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y @@ -46,5 +48,4 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT_OVERLAY=y -CONFIG_CMD_NFS_DOWNLOAD=y CONFIG_CMD_TIME=y diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index 161ac56..a081f67 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -20,8 +20,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_PCI=y CONFIG_CMD_USB=y -CONFIG_CMD_USB_MASS_STORAGE=y -CONFIG_CMD_NFS_DOWNLOAD=y +CONFIG_CMD_TIZEN_DOWNLOAD=y CONFIG_CMD_FS_UUID=y CONFIG_OF_BOARD=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index 03b1409..944f097 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -19,7 +19,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_PCI=y CONFIG_CMD_USB=y -CONFIG_CMD_NFS_DOWNLOAD=y +CONFIG_CMD_TIZEN_DOWNLOAD=y CONFIG_CMD_FS_UUID=y CONFIG_OF_BOARD=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"