diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-11-11 18:12:47 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-11 22:15:15 +0100 |
commit | 5ae731063619966f58ed8b58eeeda6cda5b0ed25 (patch) | |
tree | 158607a53eeb3228ddc3899bf6ee5c4e3e765f7f /configs | |
parent | b847ed050d85e7b0befc5521f4acff7cc1f31693 (diff) | |
download | buildroot-novena-5ae731063619966f58ed8b58eeeda6cda5b0ed25.tar.gz buildroot-novena-5ae731063619966f58ed8b58eeeda6cda5b0ed25.zip |
qemu_sparc: add new qemu defconfig
Add a new qemu sample config for the SPARC architecture.
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_sparc_ss10_defconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig new file mode 100644 index 000000000..20cd9fbf5 --- /dev/null +++ b/configs/qemu_sparc_ss10_defconfig @@ -0,0 +1,14 @@ +# Architecture +BR2_sparc=y +BR2_sparc_supersparc=y + +# filesystem +BR2_TARGET_ROOTFS_EXT2=y +# BR2_TARGET_ROOTFS_TAR is not set + +# Linux kernel +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_VERSION=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1" +BR2_LINUX_KERNEL_DEFCONFIG="sparc32" +BR2_LINUX_KERNEL_ZIMAGE=y |