beaglebone_defconfig: use u-boot 2013.04, add comments
[buildroot-mgba.git] / configs / qemu_mips64_malta_defconfig
CommitLineData
6b1e52d8 1# Architecture
d358e457 2BR2_mips64=y
6b1e52d8
GZ
3BR2_MIPS_NABI64=y
4
5# Toolchain
6# uClibc dynamic loader seems broken for mips64
7BR2_PREFER_STATIC_LIB=y
8
9# Filesystem
10BR2_TARGET_ROOTFS_EXT2=y
11# BR2_TARGET_ROOTFS_TAR is not set
12
244404a1
GZ
13# Lock to 3.8 headers to avoid breaking with newer kernels
14BR2_KERNEL_HEADERS_3_8=y
08e18252 15
6b1e52d8
GZ
16# Kernel
17BR2_LINUX_KERNEL=y
18BR2_LINUX_KERNEL_CUSTOM_VERSION=y
244404a1 19BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.8.1"
6b1e52d8 20BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
244404a1 21BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.8.config"
6b1e52d8
GZ
22BR2_LINUX_KERNEL_VMLINUX=y
23
24# Serial port config
25BR2_TARGET_GENERIC_GETTY=y
26BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
This page took 0.090243 seconds and 4 git commands to generate.