diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-02-25 15:29:40 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-04-06 12:52:45 +0200 |
commit | f7375aff959d9d04bcbd2ac7443e62c450716b43 (patch) | |
tree | 2d7069e800ebe7d1a87fcdbd57235608f8396170 /configs/zynq_cse_nor_defconfig | |
parent | 5992f2579739c421cbdc1b6dd0054c636f376ba0 (diff) | |
download | u-boot-f7375aff959d9d04bcbd2ac7443e62c450716b43.tar.gz |
ARM: zynq: Enable DM for CFI NOR flash
With multi defconfig NOR flash information about NOR should be taken from
DT that's why there is no reason to specify address and sizes via fixed
config.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_cse_nor_defconfig')
-rw-r--r-- | configs/zynq_cse_nor_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/zynq_cse_nor_defconfig b/configs/zynq_cse_nor_defconfig index e2b9454c15c..3b4e2f93fa3 100644 --- a/configs/zynq_cse_nor_defconfig +++ b/configs/zynq_cse_nor_defconfig @@ -52,8 +52,11 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y # CONFIG_DM_DEVICE_REMOVE is not set CONFIG_SPL_DM_SEQ_ALIAS=y # CONFIG_MMC is not set +CONFIG_MTD=y +CONFIG_DM_MTD=y CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y +CONFIG_CFI_FLASH=y CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y CONFIG_SYS_FLASH_CFI=y # CONFIG_EFI_LOADER is not set |