Commit b64b7e58 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

at91sam9260dfc_defconfig: fix linux defconfig name



The 9260 defconfig got renamed to at91sam9260_9g20_defconfig in kernel
3.11.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 75047056
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ BR2_TARGET_UBOOT_BOARDNAME="at91sam9260ek_dataflash_cs0"

# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260"
BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260_9g20"