qemu-sh4: update to latest kernel
[buildroot-gz.git] / configs / qemu_microblazebe_mmu_defconfig
blob4f78c321f5c05a4371082de4240338f756137d73
1 # Architecture
2 BR2_microblaze=y
3 BR2_microblazebe=y
5 # System
6 BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0"
8 # Filesystem
9 # BR2_TARGET_ROOTFS_TAR is not set
10 BR2_TARGET_ROOTFS_INITRAMFS=y
12 # Lock to 3.16 headers to avoid breaking with newer kernels
13 BR2_KERNEL_HEADERS_VERSION=y
14 BR2_DEFAULT_KERNEL_VERSION="3.16.3"
15 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_16=y
17 # Kernel
18 BR2_LINUX_KERNEL=y
19 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
20 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.16.3"
21 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
22 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazebe-mmu/linux-3.16.config"
23 BR2_LINUX_KERNEL_LINUX_BIN=y
24 BR2_LINUX_KERNEL_PATCH="board/qemu/microblazebe-mmu/xilinx-xemaclite.patch"