diff mbox series

[U-Boot] arm: zynq: Disable NFS and MII on zc770 xm011

Message ID f63e972facdc60b77dc92848856a11e1e0b1fd5e.1523529347.git.michal.simek@xilinx.com
State Accepted
Delegated to: Michal Simek
Headers show
Series [U-Boot] arm: zynq: Disable NFS and MII on zc770 xm011 | expand

Commit Message

Michal Simek April 12, 2018, 10:35 a.m. UTC
Disable NFS/MII because this board has no ethernet enabled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/zynq_zc770_xm011_defconfig     | 2 ++
 configs/zynq_zc770_xm011_x16_defconfig | 2 ++
 2 files changed, 4 insertions(+)

Comments

Joe Hershberger April 13, 2018, 7:51 p.m. UTC | #1
Hi Michal,

On Thu, Apr 12, 2018 at 5:35 AM, Michal Simek <michal.simek@xilinx.com> wrote:
> Disable NFS/MII because this board has no ethernet enabled.

This might not be necessary after the series I made for cleaning up
the NET menus.

I'll be sending a v2 shortly.

>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  configs/zynq_zc770_xm011_defconfig     | 2 ++
>  configs/zynq_zc770_xm011_x16_defconfig | 2 ++
>  2 files changed, 4 insertions(+)
>
> diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig
> index 9613b8af258c..5cc739f255e8 100644
> --- a/configs/zynq_zc770_xm011_defconfig
> +++ b/configs/zynq_zc770_xm011_defconfig
> @@ -25,6 +25,8 @@ CONFIG_CMD_GPIO=y
>  CONFIG_CMD_NAND_LOCK_UNLOCK=y
>  # CONFIG_CMD_SETEXPR is not set
>  # CONFIG_CMD_NET is not set
> +# CONFIG_CMD_NFS is not set
> +# CONFIG_CMD_MII is not set
>  CONFIG_CMD_CACHE=y
>  # CONFIG_SPL_DOS_PARTITION is not set
>  # CONFIG_SPL_ISO_PARTITION is not set
> diff --git a/configs/zynq_zc770_xm011_x16_defconfig b/configs/zynq_zc770_xm011_x16_defconfig
> index 08cb0419b65f..756200a9ae11 100644
> --- a/configs/zynq_zc770_xm011_x16_defconfig
> +++ b/configs/zynq_zc770_xm011_x16_defconfig
> @@ -25,6 +25,8 @@ CONFIG_CMD_GPIO=y
>  CONFIG_CMD_NAND_LOCK_UNLOCK=y
>  # CONFIG_CMD_SETEXPR is not set
>  # CONFIG_CMD_NET is not set
> +# CONFIG_CMD_NFS is not set
> +# CONFIG_CMD_MII is not set
>  CONFIG_CMD_CACHE=y
>  # CONFIG_SPL_DOS_PARTITION is not set
>  # CONFIG_SPL_ISO_PARTITION is not set
> --
> 2.17.0
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
Michal Simek April 17, 2018, 6:24 a.m. UTC | #2
Hi Joe,

On 13.4.2018 21:51, Joe Hershberger wrote:
> Hi Michal,
> 
> On Thu, Apr 12, 2018 at 5:35 AM, Michal Simek <michal.simek@xilinx.com> wrote:
>> Disable NFS/MII because this board has no ethernet enabled.
> 
> This might not be necessary after the series I made for cleaning up
> the NET menus.
> 
> I'll be sending a v2 shortly.

You are right. This patch is not needed when your patches are applied.

Thanks,
Michal
diff mbox series

Patch

diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig
index 9613b8af258c..5cc739f255e8 100644
--- a/configs/zynq_zc770_xm011_defconfig
+++ b/configs/zynq_zc770_xm011_defconfig
@@ -25,6 +25,8 @@  CONFIG_CMD_GPIO=y
 CONFIG_CMD_NAND_LOCK_UNLOCK=y
 # CONFIG_CMD_SETEXPR is not set
 # CONFIG_CMD_NET is not set
+# CONFIG_CMD_NFS is not set
+# CONFIG_CMD_MII is not set
 CONFIG_CMD_CACHE=y
 # CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_SPL_ISO_PARTITION is not set
diff --git a/configs/zynq_zc770_xm011_x16_defconfig b/configs/zynq_zc770_xm011_x16_defconfig
index 08cb0419b65f..756200a9ae11 100644
--- a/configs/zynq_zc770_xm011_x16_defconfig
+++ b/configs/zynq_zc770_xm011_x16_defconfig
@@ -25,6 +25,8 @@  CONFIG_CMD_GPIO=y
 CONFIG_CMD_NAND_LOCK_UNLOCK=y
 # CONFIG_CMD_SETEXPR is not set
 # CONFIG_CMD_NET is not set
+# CONFIG_CMD_NFS is not set
+# CONFIG_CMD_MII is not set
 CONFIG_CMD_CACHE=y
 # CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_SPL_ISO_PARTITION is not set