diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-03-04 22:07:52 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-04 22:11:47 +0100 |
commit | 15fe22062229886848e02bb98ccd8ce62f8a2f34 (patch) | |
tree | 78ed31e36283d75c581012b6e232d17f01264563 /configs/at91sam9260dfc_defconfig | |
parent | 3d2e77d5cbbded4a365d324c699bfae058bc97ad (diff) |
at91sam9260dfc_defconfig: fix kernel defconfig name
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>
Diffstat (limited to 'configs/at91sam9260dfc_defconfig')
-rw-r--r-- | configs/at91sam9260dfc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig index de7ac42f6..3cd58ac7e 100644 --- a/configs/at91sam9260dfc_defconfig +++ b/configs/at91sam9260dfc_defconfig @@ -15,7 +15,7 @@ BR2_TARGET_UBOOT_2011_12=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_USE_DEFCONFIG=y -BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260ek" +BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260" # Filesystem BR2_TARGET_ROOTFS_TAR=y |