diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-01-09 14:52:29 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-01-30 14:28:44 +0100 |
commit | 099b9ae7b70dcaae1f023705fdaa6608f7dd8ee9 (patch) | |
tree | fe54798b99839d90ef7e9b1d2f386ed373fdd252 /configs/zynq_zc770_xm012_defconfig | |
parent | 92dde1a7cc3edc305ffd2d1b6027ef5553300958 (diff) | |
download | u-boot-099b9ae7b70dcaae1f023705fdaa6608f7dd8ee9.tar.gz |
arm: zynq: Enable BLK when needed
There is no reason to enable BLK by default for all boards which is just
increasing memory footprint for memory contrained boards like cse.
zc770s are also saving some space.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_zc770_xm012_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm012_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm012_defconfig b/configs/zynq_zc770_xm012_defconfig index 3893780049..2ec53c3cea 100644 --- a/configs/zynq_zc770_xm012_defconfig +++ b/configs/zynq_zc770_xm012_defconfig @@ -30,6 +30,7 @@ CONFIG_CMD_CACHE=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_DM_SEQ_ALIAS=y +CONFIG_BLK=y CONFIG_FPGA_XILINX=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y |