diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:53:25 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-17 16:54:51 +0100 |
commit | e8d0f4121605dcd3c621addb6ef7e77cc6865647 (patch) | |
tree | ede7c822f37a7d70025e63797ebb8d91638c8e68 /configs | |
parent | 0db36d8d874eafae8fe79732fb7ad252a6a2012f (diff) | |
download | buildroot-novena-e8d0f4121605dcd3c621addb6ef7e77cc6865647.tar.gz buildroot-novena-e8d0f4121605dcd3c621addb6ef7e77cc6865647.zip |
board: Add a Qemu mipsel Malta board
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/qemu_mipsel_malta_defconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/qemu_mipsel_malta_defconfig b/configs/qemu_mipsel_malta_defconfig new file mode 100644 index 000000000..b021c1fcd --- /dev/null +++ b/configs/qemu_mipsel_malta_defconfig @@ -0,0 +1,15 @@ +# Architecture +BR2_mipsel=y +BR2_mips_32r2=y + +# Kernel +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_VERSION=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.36" +BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-2.6.36.config" +BR2_LINUX_KERNEL_VMLINUX=y + +# Serial port config +BR2_TARGET_GENERIC_GETTY=y +BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" |