2010-12-06 04:53:22 +08:00
|
|
|
# Architecture
|
|
|
|
BR2_sh=y
|
|
|
|
BR2_sh4=y
|
|
|
|
|
2011-10-25 03:42:13 +08:00
|
|
|
# system
|
|
|
|
BR2_TARGET_GENERIC_GETTY=y
|
2011-10-25 20:10:31 +08:00
|
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
|
2011-10-25 03:42:13 +08:00
|
|
|
|
2011-01-14 17:03:13 +08:00
|
|
|
# filesystem
|
|
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
2011-01-14 18:03:49 +08:00
|
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
2011-01-14 17:03:13 +08:00
|
|
|
|
2012-03-21 10:45:06 +08:00
|
|
|
# Avoid 3.3+ headers
|
|
|
|
BR2_KERNEL_HEADERS_3_2=y
|
|
|
|
|
2010-12-06 04:53:22 +08:00
|
|
|
# The kernel wants to use the -m4-nofpu option to make sure that it
|
|
|
|
# doesn't use floating point operations.
|
|
|
|
BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu"
|
|
|
|
|
|
|
|
# Linux kernel
|
|
|
|
BR2_LINUX_KERNEL=y
|
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
2013-02-06 16:49:39 +08:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.38"
|
2010-12-06 04:53:22 +08:00
|
|
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
2012-01-06 00:30:18 +08:00
|
|
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.2.config"
|
2010-12-06 04:53:22 +08:00
|
|
|
BR2_LINUX_KERNEL_ZIMAGE=y
|