]> Git Repo - buildroot-mgba.git/blame - configs/qemu_sh4_r2d_defconfig
qemu_sh4_r2d: update to fix serial console support
[buildroot-mgba.git] / configs / qemu_sh4_r2d_defconfig
CommitLineData
f66d4b05
PR
1# Architecture
2BR2_sh=y
3BR2_sh4=y
4
1836d233
GZ
5# system
6BR2_TARGET_GENERIC_GETTY=y
40fcbc35 7BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
1836d233 8
319815a5
PK
9# filesystem
10BR2_TARGET_ROOTFS_EXT2=y
f12b1771 11# BR2_TARGET_ROOTFS_TAR is not set
319815a5 12
f66d4b05
PR
13# The kernel wants to use the -m4-nofpu option to make sure that it
14# doesn't use floating point operations.
15BR2_GCC_VERSION_4_5_X=y
16BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu"
17
18# Linux kernel
19BR2_LINUX_KERNEL=y
20BR2_LINUX_KERNEL_CUSTOM_VERSION=y
1836d233 21BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1"
f66d4b05 22BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
1836d233 23BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.1.config"
f66d4b05 24BR2_LINUX_KERNEL_ZIMAGE=y
This page took 0.056606 seconds and 4 git commands to generate.