Skip to content

Commit

Permalink
ARM64: zynqmp: Use only earlycon bootargs instead of full one
Browse files Browse the repository at this point in the history
OF_EARLYCON_DECLARE support in uart driver read information about
console and setup via stdout-path that's why addresses and setting
doesn't need to be specified.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Feb 17, 2016
1 parent 37cd91a commit f3609c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
};

chosen {
bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm015-dc1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
};

chosen {
bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm016-dc2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
};

chosen {
bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/xilinx/zynqmp-zcu102.dts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
};

chosen {
bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

Expand Down

0 comments on commit f3609c8

Please sign in to comment.