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

Joe Hershberger joe.hershberger at gmail.com
Fri Apr 13 19:51:24 UTC 2018


Hi Michal,

On Thu, Apr 12, 2018 at 5:35 AM, Michal Simek <michal.simek at 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 at 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 at lists.denx.de
> https://lists.denx.de/listinfo/u-boot


More information about the U-Boot mailing list