]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mini-uboot: cse-nor: Enabled CONFIG_MTD_NOR_FLASH for nor in defconfig
authorVipul Kumar <vipul.kumar@xilinx.com>
Wed, 25 Apr 2018 09:11:45 +0000 (14:41 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 25 Apr 2018 13:35:29 +0000 (15:35 +0200)
In mainline with e856bdcf commit, CONFIG_SYS_NO_FLASH renamed to
CONFIG_MTD_NOR_FLASH. And this config was not enabled for cse-nor
and hence nor programming was getting fail as it was not able to
unprotect sector for programming.

This patch fixed this issue. After enabling CONFIG_MTD_NOR_FLASH,
flash programming is working fine.

Signed-off-by: Vipul Kumar <vipul.kumar@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/zynq_cse_nor_defconfig

index 97bf4e1dd653a9058829c74db6f891588d93bae7..842d5206a7a624caa2b76444e6cec1b0275a0472 100644 (file)
@@ -46,4 +46,5 @@ CONFIG_OF_EMBED=y
 # CONFIG_DM_DEVICE_REMOVE is not set
 CONFIG_SPL_DM_SEQ_ALIAS=y
 # CONFIG_MMC is not set
+CONFIG_MTD_NOR_FLASH=y
 # CONFIG_EFI_LOADER is not set