Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion axi_ethernet/data/axi_ethernet.mdd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ BEGIN driver axi_ethernet
OPTION NAME = axi_ethernet;
OPTION supported_os_types = (DTS);
PARAMETER name = dev_type, default = ethernet, type = string;
PARAMETER name = system.dts, default = "local-mac-address", type = stringlist;
DTGPARAM name = dtg.ip_params, type = boolean;
DTGPARAM name = dtg.alias , type = reference, default = ethernet;
DTGPARAM name = axistream-connected , type = reference;
Expand Down
1 change: 0 additions & 1 deletion emaclite/data/emaclite.mdd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ BEGIN driver emaclite
OPTION driver_state = ACTIVE;
OPTION NAME = emaclite;
OPTION supported_os_types = (DTS);
PARAMETER name = system.dts, default = "local-mac-address", type = stringlist;
PARAMETER name = dev_type, default = ethernet, type = string;
DTGPARAM name = compatible, type = stringlist, default = "xlnx,xps-ethernetlite-1.00.a";
DTGPARAM name = device_type, type = string, default = network;
Expand Down
1 change: 0 additions & 1 deletion emacps/data/emacps.mdd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ BEGIN driver emacps
OPTION driver_state = ACTIVE;
OPTION NAME = emacps;
PARAMETER name = dev_type, default = ethernet, type = string;
PARAMETER name = system.dts, default = "local-mac-address", type = stringlist;

DTGPARAM name = local-mac-address, default = "00 0a 35 00 00 00", type = bytelist
DTGPARAM name = dtg.alias, type = string, default = ethernet;
Expand Down