diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-02 17:27:11 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-02 17:27:11 +0000 |
commit | 733ce0308bb2287643391f19a3a62728925f8726 (patch) | |
tree | abb7736fe341c63b4ecf9dbe2e9a850e2a3c03be /conf/machine/qemuarm.conf | |
parent | f9fffd336bb0cf6a4521eb7b6b5d6b5ae65c6f56 (diff) |
conf/machine: Various tweaks from Poky
Diffstat (limited to 'conf/machine/qemuarm.conf')
-rw-r--r-- | conf/machine/qemuarm.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/qemuarm.conf b/conf/machine/qemuarm.conf index 9ef4f8e113..4306a6b22d 100644 --- a/conf/machine/qemuarm.conf +++ b/conf/machine/qemuarm.conf @@ -8,6 +8,8 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" require conf/machine/include/qemu.inc require conf/machine/include/tune-arm926ejs.inc +KERNEL_IMAGETYPE = "zImage" + SERIAL_CONSOLE = "115200 ttyAMA0" PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |