From cce8bc9f92b7c8aa451e7e16f43ade5c75dbb553 Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Thu, 12 Mar 2020 14:04:56 +0100 Subject: [PATCH] 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 --- configs/rpi_3_32b_defconfig | 1 + configs/rpi_4_32b_defconfig | 1 + configs/rpi_4_defconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index b867b7fa7b..ac615e4d19 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -17,6 +17,7 @@ CONFIG_SYS_PROMPT="U-Boot> " 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 e29611520d..13f169b3dd 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -20,6 +20,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_OF_BOARD=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index 2793c584fd..5b59e1c8c0 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -18,6 +18,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_OF_BOARD=y CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" -- 2.34.1