15fe220622
at91sam9260_defconfig contains support for the EVM (since v3.2). Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
22 lines
447 B
Plaintext
22 lines
447 B
Plaintext
# Architecture
|
|
BR2_arm=y
|
|
BR2_arm926t=y
|
|
|
|
# First stage bootloader
|
|
BR2_TARGET_AT91BOOTSTRAP=y
|
|
BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9260ek"
|
|
BR2_TARGET_AT91BOOTSTRAP_DATAFLASH=y
|
|
|
|
# Second stage bootloader
|
|
BR2_TARGET_UBOOT=y
|
|
BR2_TARGET_UBOOT_BOARDNAME="at91sam9260ek_dataflash_cs0"
|
|
BR2_TARGET_UBOOT_2011_12=y
|
|
|
|
# Kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
|
|
BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260"
|
|
|
|
# Filesystem
|
|
BR2_TARGET_ROOTFS_TAR=y
|