diff --git a/board/freescale/p1010rdb/linux-3.11.config b/board/freescale/p1010rdb/linux-3.12.config similarity index 100% rename from board/freescale/p1010rdb/linux-3.11.config rename to board/freescale/p1010rdb/linux-3.12.config diff --git a/board/freescale/p1010rdb/readme.txt b/board/freescale/p1010rdb/readme.txt index 5b56873f83..42706fde75 100644 --- a/board/freescale/p1010rdb/readme.txt +++ b/board/freescale/p1010rdb/readme.txt @@ -6,7 +6,7 @@ It won't work for NAND or SPI and will brick those bootloaders! Also don't go playing around with different U-boot versions or flash targets unless you've got the necessary hardware and/or know-how to unbrick your kit. -2013.04 is known good for NOR. +2013.10 is known good for NOR. ******************** WARNING ******************** You'll need to program the files created by buildroot into the flash. diff --git a/configs/freescale_p1010rdb_defconfig b/configs/freescale_p1010rdb_defconfig index 76a0be2161..0a727c4deb 100644 --- a/configs/freescale_p1010rdb_defconfig +++ b/configs/freescale_p1010rdb_defconfig @@ -11,14 +11,14 @@ BR2_TARGET_ROOTFS_JFFS2_CUSTOM_EBSIZE=0x20000 # Lock headers version to match and avoid breakage BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.11.5" +BR2_DEFAULT_KERNEL_VERSION="3.12" # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.11.5" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.12" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/p1010rdb/linux-3.11.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/p1010rdb/linux-3.12.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="p1010rdb"