]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
debug: Xen dts, add dom0 bootarg, remove second cpu, remove dump-oops.
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 19 Feb 2013 16:51:29 +0000 (16:51 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Tue, 19 Feb 2013 17:00:15 +0000 (17:00 +0000)
arch/arm/boot/dts/cros5250-common.dtsi
arch/arm/boot/dts/exynos5250.dtsi

index a21e830263aa88dcd2f40160b5f2a94aa25cb77b..784cd7373662813da18df9920c6e95635c48b0bc 100644 (file)
                compatible = "ramoops";
                reg = <0x41f00000 0x00100000>;
                record-size = <0x00020000>;
-               dump-oops;
+               // dump-oops;
        };
 
        chosen {
+                xen,dom0-bootargs = "console=hvc0,115200n8 debug root=/dev/mmcblk1 rw rootwait init=/bin/bash"; /*root=/dev/mmcblk0p4 */
        };
 
        aliases {
index 61dc819e938a03034802a75f0fa0ff9f3c8a03a6..3aadc759efcc07273912f3663cc442f5e3c92ca1 100644 (file)
                        reg = <0>;
                };
 
+/*
                cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <1>;
                };
+                */
        };
 
        gic:interrupt-controller@10481000 {