summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-09-22 08:32:48 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 08:07:14 (GMT)
commit93f46c86c0093c1054b7d71c993def390848ca98 (patch)
tree1e5b00341af425593ccf99f589e75e57884b262b
parent6525ac8b91220342e476cedd4bd7e71fc6542a47 (diff)
downloadu-boot-fsl-qoriq-93f46c86c0093c1054b7d71c993def390848ca98.tar.xz
Cleanup mtd env settings
-rw-r--r--include/configs/simc-t10xx.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/configs/simc-t10xx.h b/include/configs/simc-t10xx.h
index 860a851..62a4a0e 100644
--- a/include/configs/simc-t10xx.h
+++ b/include/configs/simc-t10xx.h
@@ -10,9 +10,6 @@
#include "simc-t10x0.h"
#include <generated/autoconf.h>
-
-#define CONFIG_SECURE_BOOT
-
#define MPC85XX_GPIO_NR(port, pin) ((((port)-1)*32)+((pin)&31))
/*
@@ -556,7 +553,6 @@
#define CONFIG_SYS_DPAA_FMAN
#define CONFIG_SYS_DPAA_PME
-
/* Default address of microcode for the Linux Fman driver */
#if defined(CONFIG_SDCARD)
/*
@@ -683,8 +679,10 @@
#define CONFIG_SF_DEFAULT_SPEED 10000000
#define CONFIG_SF_DEFAULT_MODE 0
-#define MTDIDS_DEFAULT "nor0=fe8000000.nor,nand0=fff800000.flash," \
- "spi0=spife110000.0"
+#define MTDIDS_DEFAULT \
+ "nor0=fe8000000.nor," \
+ "nand0=fff800000.flash," \
+ "spi0=spife110000.0"
#define MTDPARTS_DEFAULT \
"mtdparts=fff800000.flash:" \
@@ -720,7 +718,7 @@
"fitaddr="__stringify(CONFIG_LOADADDR)"\0" \
"TFTP_PATH=\0" \
\
- "mtdids=nand0=fff800000.flash\0" \
+ "mtdids=" MTDIDS_DEFAULT "\0" \
"mtdparts=" MTDPARTS_DEFAULT "\0" \
\
"setfans=i2c dev 0; i2c mw 0x2e 0x40 1;i2c mw 0x2e 0x7d 0x2;" \