From: Tien Fong Chee <[email protected]> This config allow FPGA design loaded from FAT fs to FPGA manager.
Signed-off-by: Tien Fong Chee <[email protected]> --- configs/socfpga_arria10_defconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig index 53ab66f..d555743 100644 --- a/configs/socfpga_arria10_defconfig +++ b/configs/socfpga_arria10_defconfig @@ -29,3 +29,4 @@ CONFIG_DWAPB_GPIO=y CONFIG_DM_MMC=y CONFIG_SYS_NS16550=y CONFIG_USE_TINY_PRINTF=y +CONFIG_CMD_FPGA_LOADFS=y -- 1.7.7.4 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

