summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMasami Hiramatsu <masami.hiramatsu@linaro.org>2021-07-12 19:36:12 +0900
committerTom Rini <trini@konsulko.com>2021-07-23 18:53:45 -0400
commit59bd18d4c4d7d87fbc4815fbdc757cd9304faa63 (patch)
tree191340101c70614cd2e8a10a8c87dc935f6a87e8 /include
parent11cd1d6a34bc273b3eb44a197ada12485b3efc7a (diff)
configs: synquacer: Remove mtdparts settings and update DFU setting
Since MTD partitions are based on the devicetree name, remove unneeded mtdparts settings and update DFU setting. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/synquacer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h
index 8fe10d7485..4503cf3f6d 100644
--- a/include/configs/synquacer.h
+++ b/include/configs/synquacer.h
@@ -62,7 +62,7 @@
/* #define CONFIG_SYS_PCI_64BIT 1 */
#define DEFAULT_DFU_ALT_INFO "dfu_alt_info=" \
- "mtd nor1=u-boot.bin raw 200000 100000;" \
+ "mtd mx66u51235f=u-boot.bin raw 200000 100000;" \
"fip.bin raw 180000 78000;" \
"optee.bin raw 500000 100000\0"