Browse Source

arm/dts: OMAP: Remove bootargs node from board files

Since 3.2, the CONFIG_ARM_ATAG_DTB_COMPAT config allows
an old bootloader to still use ATAG to provide cmdline.

Remove chosen/bootargs from the DTS board files.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Benoit Cousson 13 years ago
parent
commit
fb49b8c22d

+ 0 - 9
arch/arm/boot/dts/omap3-beagle.dts

@@ -13,15 +13,6 @@
 	model = "TI OMAP3 BeagleBoard";
 	model = "TI OMAP3 BeagleBoard";
 	compatible = "ti,omap3-beagle", "ti,omap3";
 	compatible = "ti,omap3-beagle", "ti,omap3";
 
 
-	/*
-	 * Since the initial device tree board file does not create any
-	 * devices (MMC, network...), the only way to boot is to provide a
-	 * ramdisk.
-	 */
-	chosen {
-		bootargs = "root=/dev/ram0 rw console=ttyO2,115200n8 initrd=0x81600000,20M ramdisk_size=20480 no_console_suspend debug earlyprintk";
-	};
-
 	memory {
 	memory {
 		device_type = "memory";
 		device_type = "memory";
 		reg = <0x80000000 0x20000000>; /* 512 MB */
 		reg = <0x80000000 0x20000000>; /* 512 MB */

+ 0 - 9
arch/arm/boot/dts/omap4-panda.dts

@@ -13,15 +13,6 @@
 	model = "TI OMAP4 PandaBoard";
 	model = "TI OMAP4 PandaBoard";
 	compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";
 	compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";
 
 
-	/*
-	 * Since the initial device tree board file does not create any
-	 * devices (MMC, network...), the only way to boot is to provide a
-	 * ramdisk.
-	 */
-	chosen {
-		bootargs = "root=/dev/ram0 rw console=ttyO2,115200n8 initrd=0x81600000,20M ramdisk_size=20480 no_console_suspend debug";
-	};
-
 	memory {
 	memory {
 		device_type = "memory";
 		device_type = "memory";
 		reg = <0x80000000 0x40000000>; /* 1 GB */
 		reg = <0x80000000 0x40000000>; /* 1 GB */

+ 0 - 9
arch/arm/boot/dts/omap4-sdp.dts

@@ -13,15 +13,6 @@
 	model = "TI OMAP4 SDP board";
 	model = "TI OMAP4 SDP board";
 	compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
 	compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
 
 
-	/*
-	 * Since the initial device tree board file does not create any
-	 * devices (MMC, network...), the only way to boot is to provide a
-	 * ramdisk.
-	 */
-	chosen {
-		bootargs = "root=/dev/ram0 rw console=ttyO2,115200n8 initrd=0x81600000,20M ramdisk_size=20480 no_console_suspend debug";
-	};
-
 	memory {
 	memory {
 		device_type = "memory";
 		device_type = "memory";
 		reg = <0x80000000 0x40000000>; /* 1 GB */
 		reg = <0x80000000 0x40000000>; /* 1 GB */