summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasami Hiramatsu <masami.hiramatsu@linaro.org>2021-11-10 03:40:07 +0300
committerTom Rini <trini@konsulko.com>2021-11-15 22:33:32 +0300
commit4d492b0c0f2238b22c5561437b1a519b3781f1fd (patch)
treefda44fa76ac6d08c572d367b9475c259dc4baccd
parent5130102fc43f7f3a897796b14918305ad96e1b4c (diff)
downloadu-boot-4d492b0c0f2238b22c5561437b1a519b3781f1fd.tar.xz
configs: synquacer: Fix dfu_alt_info to use nor1
Fix dfu_alt_info to use nor1 instead of the device name. This reverts a part of commit 59bd18d4c4d7 ("configs: synquacer: Remove mtdparts settings and update DFU setting") because the commit a4f2d8341455 ("mtd: spi: nor: force mtd name to "nor%d"") changed the mtd device naming scheme to nor%d. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-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 28f5463763..3d099b4f11 100644
--- a/include/configs/synquacer.h
+++ b/include/configs/synquacer.h
@@ -52,7 +52,7 @@
/* #define CONFIG_SYS_PCI_64BIT 1 */
#define DEFAULT_DFU_ALT_INFO "dfu_alt_info=" \
- "mtd mx66u51235f=u-boot.bin raw 200000 100000;" \
+ "mtd nor1=u-boot.bin raw 200000 100000;" \
"fip.bin raw 180000 78000;" \
"optee.bin raw 500000 100000\0"