]> Git Repo - buildroot-mgba.git/blob - configs/ea3250_defconfig
configs: add sample for freescale p1010rdb
[buildroot-mgba.git] / configs / ea3250_defconfig
1 # Architecture
2 BR2_arm=y
3 BR2_arm926t=y
4
5 BR2_ARM_TYPE="ARM926T"
6 BR2_ARM_EABI=y
7
8 #
9 # GCC Options
10 # We need to force GCC 4.3.x because it is the last version
11 # that will compile a kernel with ethernet working correctly
12 BR2_GCC_VERSION_4_3_X=y
13
14 # Lock down headers to avoid breaking with new defaults
15 BR2_KERNEL_HEADERS_VERSION=y
16 BR2_DEFAULT_KERNEL_VERSION="2.6.34.7"
17 BR2_DEFAULT_KERNEL_HEADERS="2.6.34.7"
18
19 #
20 # Host utilities
21 #
22 BR2_PACKAGE_HOST_LPC3250LOADER=y
23
24
25 # Bootloaders
26 BR2_TARGET_UBOOT=y
27 BR2_TARGET_UBOOT_BOARDNAME="ea3250"
28 BR2_TARGET_UBOOT_CUSTOM_GIT=y
29 BR2_TARGET_UBOOT_VERSION="master"
30 BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://git.lpclinux.com/uboot-2009.03-lpc32xx"
31 BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="master"
32 BR2_TARGET_UBOOT_FORMAT_BIN=y
33 BR2_TARGET_LPC32XXCDL=y
34 BR2_TARGET_LPC32XXCDL_BOARDNAME="ea3250"
35
36
37 #
38 # Kernel
39 #
40 BR2_LINUX_KERNEL=y
41 BR2_LINUX_KERNEL_CUSTOM_GIT=y
42 BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.lpclinux.com/linux-2.6.34-lpc32xx"
43 BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="master"
44 BR2_LINUX_KERNEL_VERSION="master"
45 BR2_LINUX_KERNEL_PATCH=""
46 BR2_LINUX_KERNEL_USE_DEFCONFIG=y
47 BR2_LINUX_KERNEL_DEFCONFIG="ea3250"
48 BR2_LINUX_KERNEL_UIMAGE=y
49
This page took 0.028508 seconds and 4 git commands to generate.