From 8780cd8211066d70b5a496dfe7320b2a09271c62 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sat, 30 Sep 2023 14:01:42 +0200 Subject: cmd: move mac command Board specific implementations of the 'mac' command differ concerning the supported sub-commands. Move the Freescale specific mac command definition to the board code. Signed-off-by: Heinrich Schuchardt --- cmd/mac.c | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 cmd/mac.c (limited to 'cmd/mac.c') diff --git a/cmd/mac.c b/cmd/mac.c deleted file mode 100644 index a39e1168a57..00000000000 --- a/cmd/mac.c +++ /dev/null @@ -1,33 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright 2006 Freescale Semiconductor - * York Sun (yorksun@freescale.com) - */ - -#include -#include - -extern int do_mac(struct cmd_tbl *cmdtp, int flag, int argc, - char *const argv[]); - -U_BOOT_CMD( - mac, 3, 1, do_mac, - "display and program the system ID and MAC addresses in EEPROM", - "[read|save|id|num|errata|date|ports|port_number]\n" - "mac read\n" - " - read EEPROM content into memory data structure\n" - "mac save\n" - " - save memory data structure to the EEPROM\n" - "mac id\n" - " - program system id per hard coded value\n" - "mac num string\n" - " - program system serial number to value string\n" - "mac errata string\n" - " - program errata data to value string\n" - "mac date YYMMDDhhmmss\n" - " - program date to string value YYMMDDhhmmss\n" - "mac ports N\n" - " - program the number of network ports to integer N\n" - "mac X string\n" - " - program MAC addr for port X [X=0,1..] to colon separated string" -); -- cgit v1.2.3