arm64: zynqmp: Use only earlycon bootargs instead of full one
This is the same patch as was done earlier. Please look at Linux patch: "arm64: zynqmp: Use only earlycon bootargs instead of full one" (sha1: f3609c8d4af28b9cc22ca49bf8e529b582ec188c) Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
858a508f49
commit
9b28a5de57
@ -28,7 +28,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
|
||||
bootargs = "earlycon";
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user