]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Disable ethernet commands for zc12xx platforms
authorMichal Simek <michal.simek@xilinx.com>
Wed, 31 Jan 2018 15:11:36 +0000 (16:11 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 7 Feb 2018 10:26:02 +0000 (11:26 +0100)
These board have no ethernet inteface or usb to ethernet interfaces
that's why ethernet commands are not needed.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_zc1232_revA_defconfig
configs/xilinx_zynqmp_zc1254_revA_defconfig
configs/xilinx_zynqmp_zc1275_revA_defconfig

index 41ffdfc62aca14483ea361c8830919af8eaf7174..abcda7ef7a871f2f7ca6a15e15656212ef09d369 100644 (file)
@@ -29,7 +29,11 @@ CONFIG_CMD_FPGA_LOADP=y
 CONFIG_CMD_FPGA_LOAD_SECURE=y
 CONFIG_CMD_SF=y
 # CONFIG_CMD_NET is not set
+# CONFIG_CMD_DHCP is not set
+# CONFIG_CMD_PXE is not set
 # CONFIG_CMD_NFS is not set
+# CONFIG_CMD_MII is not set
+# CONFIG_CMD_PING is not set
 CONFIG_CMD_TIME=y
 CONFIG_CMD_TIMER=y
 CONFIG_SPL_OF_CONTROL=y
index be5a33f2ea98fb0399e15f87b7d156cc2e612dda..25e75764818627190be0e451db960242893237c6 100644 (file)
@@ -29,7 +29,11 @@ CONFIG_CMD_FPGA_LOADP=y
 CONFIG_CMD_FPGA_LOAD_SECURE=y
 CONFIG_CMD_SF=y
 # CONFIG_CMD_NET is not set
+# CONFIG_CMD_DHCP is not set
+# CONFIG_CMD_PXE is not set
 # CONFIG_CMD_NFS is not set
+# CONFIG_CMD_MII is not set
+# CONFIG_CMD_PING is not set
 CONFIG_CMD_TIME=y
 CONFIG_CMD_TIMER=y
 CONFIG_SPL_OF_CONTROL=y
index b5b5ee1f54de084c9227a5f43e0edb85b6a318da..d0f349d05d30431c87f3f1b3ca545890b7145e2e 100644 (file)
@@ -29,7 +29,11 @@ CONFIG_CMD_FPGA_LOADP=y
 CONFIG_CMD_FPGA_LOAD_SECURE=y
 CONFIG_CMD_SF=y
 # CONFIG_CMD_NET is not set
+# CONFIG_CMD_DHCP is not set
+# CONFIG_CMD_PXE is not set
 # CONFIG_CMD_NFS is not set
+# CONFIG_CMD_MII is not set
+# CONFIG_CMD_PING is not set
 CONFIG_CMD_TIME=y
 CONFIG_CMD_TIMER=y
 CONFIG_SPL_OF_CONTROL=y