diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2020-10-20 12:09:58 +0300 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-10-23 16:52:09 +0530 |
commit | 78a8bca5e4971e4be0c3ba438f7386462507ad6a (patch) | |
tree | 8a39ee34e8980348f4850f93e9592f279b5846bc /configs/ls1088aqds_qspi_defconfig | |
parent | 4eecc6f1a104b5f3737c7e1bbaaa022e5d3bac53 (diff) | |
download | u-boot-78a8bca5e4971e4be0c3ba438f7386462507ad6a.tar.gz |
configs: ls1088a: enable CMD_MDIO
Enable the CMD_MDIO Kconfig option by removing the "is not set"
indication from all the defconfigs for this SoC.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1088aqds_qspi_defconfig')
-rw-r--r-- | configs/ls1088aqds_qspi_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ls1088aqds_qspi_defconfig b/configs/ls1088aqds_qspi_defconfig index 3627792b18..6c089e418f 100644 --- a/configs/ls1088aqds_qspi_defconfig +++ b/configs/ls1088aqds_qspi_defconfig @@ -32,7 +32,6 @@ CONFIG_CMD_NAND=y CONFIG_CMD_PCI=y CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_MDIO is not set CONFIG_CMD_CACHE=y CONFIG_MP=y CONFIG_OF_CONTROL=y |