commit | 4d492b0c0f2238b22c5561437b1a519b3781f1fd | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | Wed Nov 10 09:40:07 2021 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 15 14:33:32 2021 -0500 |
tree | fda44fa76ac6d08c572d367b9475c259dc4baccd | |
parent | 5130102fc43f7f3a897796b14918305ad96e1b4c [diff] |
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>