summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-12-10 16:56:02 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-12-10 16:56:02 +0000
commit9955550e9c58786ce4a139e45979f427c626c527 (patch)
tree5a399562e0a640d7ee652e2eb478c67031dfd631
parentc3d02f88c6d2726a8931974a710b6a8259525b3a (diff)
tc2: add systemd.log_target=null to kernel commandlinearmlt-20151211-001armlt-15.1215.12
systemd hijacks the kernel debug commandline arg and fills dmesg with lots of irrelevant information. Addding systemd.log_target=null tells systemd not to use the dmesg log for it's junk output. While I was at it, I added rootwait to the commandline. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.dsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.dsc b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.dsc
index a6d5e1acdd..71d415428d 100644
--- a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.dsc
+++ b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.dsc
@@ -184,7 +184,7 @@
gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"zImage with ramdisk.img and board.dtb in NOR Flash"
gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)/zImage"
gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)/ramdisk.img"
- gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=ttyAMA0,38400 rootwait androidboot.hardware=arm-versatileexpress-usb root=/dev/sda2"
+ gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=ttyAMA0,38400 rootwait androidboot.hardware=arm-versatileexpress-usb systemd.log_target=null root=/dev/sda2"
gArmPlatformTokenSpaceGuid.PcdDefaultBootType|2
gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths|L"VenHw(1F15DA3C-37FF-4070-B471-BB4AF12A724A)/board.dtb"