All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK
@ 2020-02-07  4:42 Ran Wang
  2020-02-07  4:42 ` [PATCH 2/2] configs: arm: ls1021aiot: enable CONFIG_DM_USB support Ran Wang
  2020-03-30 12:19 ` [PATCH 1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK Priyanka Jain
  0 siblings, 2 replies; 3+ messages in thread
From: Ran Wang @ 2020-02-07  4:42 UTC (permalink / raw)
  To: u-boot

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(+)

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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] configs: arm: ls1021aiot: enable CONFIG_DM_USB support
  2020-02-07  4:42 [PATCH 1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK Ran Wang
@ 2020-02-07  4:42 ` Ran Wang
  2020-03-30 12:19 ` [PATCH 1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK Priyanka Jain
  1 sibling, 0 replies; 3+ messages in thread
From: Ran Wang @ 2020-02-07  4:42 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_DM_USB to remove below compile warning:

===================== 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/ls1021aiot_qspi_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/ls1021aiot_qspi_defconfig b/configs/ls1021aiot_qspi_defconfig
index 8a3b796..2ae0cb0 100644
--- a/configs/ls1021aiot_qspi_defconfig
+++ b/configs/ls1021aiot_qspi_defconfig
@@ -43,6 +43,7 @@ CONFIG_DM_SPI=y
 CONFIG_FSL_DSPI=y
 CONFIG_FSL_QSPI=y
 CONFIG_USB=y
+CONFIG_DM_USB=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
 CONFIG_DM_I2C=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK
  2020-02-07  4:42 [PATCH 1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK Ran Wang
  2020-02-07  4:42 ` [PATCH 2/2] configs: arm: ls1021aiot: enable CONFIG_DM_USB support Ran Wang
@ 2020-03-30 12:19 ` Priyanka Jain
  1 sibling, 0 replies; 3+ messages in thread
From: Priyanka Jain @ 2020-03-30 12:19 UTC (permalink / raw)
  To: u-boot

>-----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 at 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-30 12:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07  4:42 [PATCH 1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK Ran Wang
2020-02-07  4:42 ` [PATCH 2/2] configs: arm: ls1021aiot: enable CONFIG_DM_USB support Ran Wang
2020-03-30 12:19 ` [PATCH 1/2] configs: arm64: ls1012afrdm Enable CONFIG_BLK Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.