diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-07 04:06:03 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-07 22:51:31 +0200 |
commit | e9412e3abb5332e1b55b50400ca7b5db60a7dffd (patch) | |
tree | b1dcf76df5d753c7715ce2a05d57a298312b2377 /configs | |
parent | 5324b41283e1a1c1bff98b013cf463c64151aec9 (diff) |
qemu/arm-vexpress: add new sample config
By popular demand!
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/qemu_arm_vexpress_defconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/configs/qemu_arm_vexpress_defconfig b/configs/qemu_arm_vexpress_defconfig new file mode 100644 index 000000000..7388279ab --- /dev/null +++ b/configs/qemu_arm_vexpress_defconfig @@ -0,0 +1,22 @@ +# Architecture +BR2_arm=y +BR2_cortex_a9=y + +# system +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y +BR2_TARGET_GENERIC_GETTY=y +BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" + +# filesystem +BR2_TARGET_ROOTFS_EXT2=y +# BR2_TARGET_ROOTFS_TAR is not set + +# Lock to 3.3 headers to avoid breaking with newer kernels +BR2_KERNEL_HEADERS_3_3=y + +# Kernel +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_VERSION=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.4" +BR2_LINUX_KERNEL_DEFCONFIG="vexpress" +BR2_LINUX_KERNEL_ZIMAGE=y |