The default bootsource for the Zedboard is the SD card. Enable Arasan SDHCI, FAT support, Barebox update and environment in FS support to be able to update the Barebox image and store the environment on the card. Signed-off-by: Lucas Stach <dev@xxxxxxxxxx> --- arch/arm/configs/zynq_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/configs/zynq_defconfig b/arch/arm/configs/zynq_defconfig index 226942e6b40b..1a1378d3e079 100644 --- a/arch/arm/configs/zynq_defconfig +++ b/arch/arm/configs/zynq_defconfig @@ -37,13 +37,20 @@ CONFIG_CMD_MENU_MANAGEMENT=y CONFIG_CMD_READLINE=y CONFIG_CMD_TIMEOUT=y CONFIG_CMD_CLK=y +CONFIG_CMD_BAREBOX_UPDATE=y CONFIG_CMD_OFTREE=y CONFIG_CMD_TIME=y CONFIG_NET=y +CONFIG_OF_BAREBOX_DRIVERS=y +CONFIG_OF_BAREBOX_ENV_IN_FS=y CONFIG_DRIVER_SERIAL_CADENCE=y CONFIG_DRIVER_NET_MACB=y # CONFIG_SPI is not set +CONFIG_MCI=y +CONFIG_MCI_ARASAN=y CONFIG_GPIO_ZYNQ=y # CONFIG_PINCTRL is not set CONFIG_FS_TFTP=y +CONFIG_FS_FAT=y +CONFIG_FS_FAT_WRITE=y CONFIG_DIGEST=y -- 2.47.1