summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-07-24 17:54:52 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-07-24 20:48:20 +0100
commit321a3db8a48880fd01662f70ddd011f966703ff8 (patch)
tree375a0123e661190ef30dcb5f402bd9d6bac52ccc
parent410e0be0a491535a00539af2a09a7229153b70d1 (diff)
tc2: default config now boots from usbarmlt-15.0715.07
I updated the default config so that OpenEmbedded expects to boot from /dev/sda2 and Android expects it's partitions to be on a USB drive. note: I removed "earlyprink verbose debug" and everything started working with the latest kernel. There is a bug either in UEFI or the kernel where any commandline longer than 104 characters hangs the kernel. 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 c786c6efe7..a6d5e1acdd 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 earlyprintk debug verbose rootwait root=/dev/mmcblk0p2"
+ gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=ttyAMA0,38400 rootwait androidboot.hardware=arm-versatileexpress-usb root=/dev/sda2"
gArmPlatformTokenSpaceGuid.PcdDefaultBootType|2
gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths|L"VenHw(1F15DA3C-37FF-4070-B471-BB4AF12A724A)/board.dtb"