Skip to content

Commit

Permalink
bcm2835: Use empty bootargs in Device Tree
Browse files Browse the repository at this point in the history
The VideoCore bootloader concatenates the bootargs property together
with /boot/cmdline.txt and includes it's own set of options.
Set bootargs to an empty string to behave like BCM270x.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
  • Loading branch information
notro committed May 23, 2015
1 parent 4d4edcd commit a742dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835.dtsi
Expand Up @@ -6,7 +6,7 @@
interrupt-parent = <&intc>;

chosen {
bootargs = "earlyprintk console=ttyAMA0";
bootargs = "";
};

soc {
Expand Down

0 comments on commit a742dce

Please sign in to comment.