summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-11-27 15:14:06 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-27 20:20:55 +0100
commit9245aef2b54f381a90c74ccdfad8aaf2ebe8e6a7 (patch)
tree4ebe6f24e37e53dd14a2385a85474cab2e4b8523 /board
parentc9e2be0cd80e4318db60312bdf6abab472219048 (diff)
downloadbuildroot-9245aef2b54f381a90c74ccdfad8aaf2ebe8e6a7.tar.gz
buildroot-9245aef2b54f381a90c74ccdfad8aaf2ebe8e6a7.zip
configs/p1010rdb: bump to kernel 3.17.4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/p1010rdb/linux-3.17.config (renamed from board/freescale/p1010rdb/linux-3.13.config)3
-rw-r--r--board/freescale/p1010rdb/readme.txt2
2 files changed, 1 insertions, 4 deletions
diff --git a/board/freescale/p1010rdb/linux-3.13.config b/board/freescale/p1010rdb/linux-3.17.config
index b91d312550..c48c4fb5d9 100644
--- a/board/freescale/p1010rdb/linux-3.13.config
+++ b/board/freescale/p1010rdb/linux-3.17.config
@@ -57,11 +57,9 @@ CONFIG_MTD_CFI=y
CONFIG_MTD_CFI_INTELEXT=y
CONFIG_MTD_CFI_AMDSTD=y
CONFIG_MTD_PHYSMAP_OF=y
-CONFIG_MTD_M25P80=y
CONFIG_MTD_NAND=y
CONFIG_MTD_NAND_FSL_ELBC=y
CONFIG_MTD_NAND_FSL_IFC=y
-CONFIG_PROC_DEVICETREE=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=y
CONFIG_BLK_DEV_RAM=y
@@ -71,7 +69,6 @@ CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
CONFIG_BLK_DEV_SR=y
CONFIG_CHR_DEV_SG=y
-CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_LOGGING=y
CONFIG_ATA=y
CONFIG_SATA_FSL=y
diff --git a/board/freescale/p1010rdb/readme.txt b/board/freescale/p1010rdb/readme.txt
index b73ef4d537..b119f9a478 100644
--- a/board/freescale/p1010rdb/readme.txt
+++ b/board/freescale/p1010rdb/readme.txt
@@ -45,7 +45,7 @@ your newly built U-Boot.
2. Program the DTB to NOR flash
- => tftp $loadaddr p1010rdb.dtb
+ => tftp $loadaddr p1010rdb-pa.dtb
=> erase 0xee000000 +$filesize
=> cp.b $loadaddr 0xee000000 $filesize
OpenPOWER on IntegriCloud