From: Arnout Vandecappelle (Essensium/Mind) Date: Sun, 4 Mar 2012 21:07:52 +0000 (+0100) Subject: at91sam9260dfc_defconfig: fix kernel defconfig name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15fe22062229886848e02bb98ccd8ce62f8a2f34;p=buildroot.git at91sam9260dfc_defconfig: fix kernel defconfig name at91sam9260_defconfig contains support for the EVM (since v3.2). Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig index de7ac42f61..3cd58ac7eb 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