From: Abdellatif El Khlifi Date: Mon, 17 Apr 2023 09:11:57 +0000 (+0100) Subject: corstone1000: enable NVM XIP QSPI flash X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=a6d7f1958ac402a2a099bd8c809cd061cd531c69;p=u-boot.git corstone1000: enable NVM XIP QSPI flash add the QSPI flash device with block storage capability Signed-off-by: Abdellatif El Khlifi --- diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig index 383317fefe..35f763596a 100644 --- a/configs/corstone1000_defconfig +++ b/configs/corstone1000_defconfig @@ -52,3 +52,4 @@ CONFIG_DM_SERIAL=y CONFIG_USB=y CONFIG_USB_ISP1760=y CONFIG_ERRNO_STR=y +CONFIG_NVMXIP_QSPI=y