]>
Commit | Line | Data |
---|---|---|
d1a1b46e | 1 | # Architecture |
4e6ef086 | 2 | BR2_arm=y |
d1a1b46e | 3 | BR2_arm926t=y |
4e6ef086 | 4 | |
9eee902c AB |
5 | # Host utilities |
6 | # | |
7 | BR2_PACKAGE_HOST_SAM_BA=y | |
8 | ||
d1a1b46e | 9 | # First stage bootloader |
405a43d3 | 10 | BR2_TARGET_AT91BOOTSTRAP=y |
d1a1b46e | 11 | BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9261ek" |
57b4b70f | 12 | |
d1a1b46e | 13 | # Second stage bootloader |
7aa8a5ac | 14 | BR2_TARGET_UBOOT=y |
a82b3262 | 15 | BR2_TARGET_UBOOT_BOARDNAME="at91sam9261ek_dataflash_cs0" |
4e6ef086 | 16 | |
405a43d3 | 17 | # Kernel |
d1a1b46e | 18 | BR2_LINUX_KERNEL=y |
a82b3262 | 19 | BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261" |