summaryrefslogtreecommitdiff
path: root/configs/ls1012afrdm_qspi_defconfig
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2020-02-07 12:42:07 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-03-30 08:12:13 +0530
commit45eaecc84d4fde426938011ef5b043cfe0df489a (patch)
tree4686afd02a7a371e91dc0267027be3bd87d34b96 /configs/ls1012afrdm_qspi_defconfig
parentbb1165f900088c796e254cc99c8f81d47e3d57c9 (diff)
configs: arm64: ls1012afrdm Enable CONFIG_BLK
With DM_USB enabled, enable CONFIG_BLK to remove this compile warning for ls1012afrdm based targets: ===================== WARNING ====================== This board does not use CONFIG_DM_USB. Please update the board to use CONFIG_DM_USB before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Ran Wang <ran.wang_1@nxp.com> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1012afrdm_qspi_defconfig')
-rw-r--r--configs/ls1012afrdm_qspi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012afrdm_qspi_defconfig b/configs/ls1012afrdm_qspi_defconfig
index 11d0cee39a..1e601484ee 100644
--- a/configs/ls1012afrdm_qspi_defconfig
+++ b/configs/ls1012afrdm_qspi_defconfig
@@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x40000
CONFIG_ENV_SECT_SIZE=0x40000
CONFIG_ENV_OFFSET=0x300000
CONFIG_DM_GPIO=y
+CONFIG_BLK=y
CONFIG_FSL_LS_PPA=y
CONFIG_QSPI_AHB_INIT=y
CONFIG_NR_DRAM_BANKS=2