From: Marek Szyprowski Date: Thu, 12 Mar 2020 13:04:56 +0000 (+0100) Subject: rpi3/4: enable NFS download feature X-Git-Tag: accepted/tizen/unified/20221108.163909~249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=232bc55bab8663b0789cb758cfd636100a411482;p=platform%2Fkernel%2Fu-boot.git rpi3/4: enable NFS download feature Sync RPi3/4 defconfigs and enable NFS download feature for all configs. Signed-off-by: Marek Szyprowski Change-Id: I35ade633d89bbd18374270362ba831d35c9a0d49 --- diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index 06aefc4d43..aba605c04f 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -22,6 +22,7 @@ CONFIG_SYS_PBSIZE=1049 CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_CMD_NFS_DOWNLOAD=y CONFIG_CMD_FS_UUID=y CONFIG_OF_EMBED=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index c92b3eab01..b56723319a 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -25,6 +25,7 @@ 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_FS_UUID=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" CONFIG_SYS_RELOC_GD_ENV_ADDR=y diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index f746131087..81738b3ba6 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -24,6 +24,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_PCI=y CONFIG_CMD_USB=y +CONFIG_CMD_NFS_DOWNLOAD=y CONFIG_CMD_FS_UUID=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" CONFIG_SYS_RELOC_GD_ENV_ADDR=y