diff mbox series

[1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK

Message ID 20200207044208.24393-1-ran.wang_1@nxp.com
State Awaiting Upstream
Delegated to: Priyanka Jain
Headers show
Series [1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK | expand

Commit Message

Ran Wang Feb. 7, 2020, 4:42 a.m. UTC
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>
---
 configs/ls1012afrdm_qspi_defconfig | 1 +
 configs/ls1012afrdm_tfa_defconfig  | 1 +
 2 files changed, 2 insertions(+)

Comments

Priyanka Jain (OSS) March 30, 2020, 12:19 p.m. UTC | #1
>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Ran Wang
>Sent: Friday, February 7, 2020 10:12 AM
>To: Priyanka Jain <priyanka.jain@nxp.com>; Rajesh Bhagat
><rajesh.bhagat@nxp.com>; Feng Li <feng.li_2@nxp.com>
>Cc: u-boot@lists.denx.de; Ran Wang <ran.wang_1@nxp.com>
>Subject: [PATCH 1/2] 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>
>---
Series applied to u-boot-fsl-qoriq after rebasing. Waiting upstream

Thanks
Priyanka
diff mbox series

Patch

diff --git a/configs/ls1012afrdm_qspi_defconfig b/configs/ls1012afrdm_qspi_defconfig
index e5196de..ee0e19c 100644
--- a/configs/ls1012afrdm_qspi_defconfig
+++ b/configs/ls1012afrdm_qspi_defconfig
@@ -55,3 +55,4 @@  CONFIG_USB_XHCI_DWC3=y
 CONFIG_DM_I2C=y
 CONFIG_DM_GPIO=y
 CONFIG_DM_RTC=y
+CONFIG_BLK=y
diff --git a/configs/ls1012afrdm_tfa_defconfig b/configs/ls1012afrdm_tfa_defconfig
index 4b55b0c..57bf0a6 100644
--- a/configs/ls1012afrdm_tfa_defconfig
+++ b/configs/ls1012afrdm_tfa_defconfig
@@ -55,3 +55,4 @@  CONFIG_USB_XHCI_DWC3=y
 CONFIG_DM_I2C=y
 CONFIG_DM_GPIO=y
 CONFIG_DM_RTC=y
+CONFIG_BLK=y