diff options
| author | Masami Hiramatsu <[email protected]> | 2021-07-12 19:36:12 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-23 18:53:45 -0400 |
| commit | 59bd18d4c4d7d87fbc4815fbdc757cd9304faa63 (patch) | |
| tree | 191340101c70614cd2e8a10a8c87dc935f6a87e8 /include | |
| parent | 11cd1d6a34bc273b3eb44a197ada12485b3efc7a (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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/synquacer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h index 8fe10d74853..4503cf3f6d0 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" |
