at91sam9261ek_defconfig: fix linux defconfig name
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 5 Sep 2013 08:47:55 +0000 (10:47 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 5 Sep 2013 08:47:55 +0000 (10:47 +0200)
The 9261 defconfig got renamed to at91sam9261_9g10_defconfig in kernel
3.11.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/at91sam9261ek_defconfig

index c53e732d33b6970a691ca7115fcfbafaaedb62b6..0824a00facf4b9dcf2d0b58de56acd31f6f19250 100644 (file)
@@ -16,4 +16,4 @@ BR2_TARGET_UBOOT_BOARDNAME="at91sam9261ek_dataflash_cs0"
 
 # Kernel
 BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261"
+BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261_9g10"