Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue of multiple .dts files. #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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