summaryrefslogtreecommitdiff
path: root/include/configs/pcl052.h
diff options
context:
space:
mode:
authorRussell Robinson Jr <rrobinson@phytec.com>2013-09-11 15:13:07 -0700
committerAnthony Felice <tony.felice@timesys.com>2013-09-17 14:48:29 -0400
commite7520102c426711434e085beadc2cc2172fc76b5 (patch)
tree8a29f7d22abdccbb656ccb859140c083b68d2f6d /include/configs/pcl052.h
parentacd3d028013c50da0a67e233a20e2ddd4cded386 (diff)
pcl052: fix pcl052 boards.cfg entry and mtd info
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
Diffstat (limited to 'include/configs/pcl052.h')
-rw-r--r--include/configs/pcl052.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/pcl052.h b/include/configs/pcl052.h
index 4fb2dd74eb..dbfa03b966 100644
--- a/include/configs/pcl052.h
+++ b/include/configs/pcl052.h
@@ -112,13 +112,12 @@
#define CONFIG_CMD_MTDPARTS
#define CONFIG_MTD_DEVICE
#define CONFIG_MTD_PARTITIONS
-#define MTDIDS_DEFAULT "nand0=NAND,nor0=qspi0-a,nor1=qspi0-b"
+#define MTDIDS_DEFAULT "nand0=NAND"
#define MTDPARTS_DEFAULT "mtdparts=NAND:256k(spare)"\
",256k(bootloader)"\
",128k(env)"\
",4m(kernel)"\
- ",-(rootfs)"\
- ",qspi0-a:-(jffs2),qspio0-b:-(jffs2)"
+ ",-(rootfs)"
#define NORMAL_MTDPARTS_DEFAULT MTDPARTS_DEFAULT
#ifdef CONFIG_CMD_NAND
#define CONFIG_JFFS2_NAND