diff options
| author | Michal Simek <[email protected]> | 2018-01-09 14:52:29 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2018-01-30 14:28:44 +0100 |
| commit | 099b9ae7b70dcaae1f023705fdaa6608f7dd8ee9 (patch) | |
| tree | fe54798b99839d90ef7e9b1d2f386ed373fdd252 /arch | |
| parent | 92dde1a7cc3edc305ffd2d1b6027ef5553300958 (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 875907c7e83..1a4cf1ec973 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -788,7 +788,6 @@ config ARCH_ZYNQ select DM_SPI_FLASH select SPL_SEPARATE_BSS if SPL select DM_USB if USB - select BLK select CLK select SPL_CLK if SPL select CLK_ZYNQ |
