]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: synquacer: Remove mtdparts settings and update DFU setting
authorMasami Hiramatsu <masami.hiramatsu@linaro.org>
Mon, 12 Jul 2021 10:36:12 +0000 (19:36 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jul 2021 22:53:45 +0000 (18:53 -0400)
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>
configs/synquacer_developerbox_defconfig
include/configs/synquacer.h

index 92be72d1d005cdf23607348112b919b6cdca1940..16976b3c3da1bab6c295b5ece288acf727e9c957 100644 (file)
@@ -37,8 +37,6 @@ CONFIG_CMD_EXT4=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_CMD_MTDPARTS=y
-CONFIG_MTDIDS_DEFAULT="nor1=nor1"
-CONFIG_MTDPARTS_DEFAULT="nor1:448k(BootStrap-BL1),576k(Flash-Writer),512k(SCP-BL2),480k(FIP-TFA),32k(Stg2-Tables),1m@2m(U-Boot),1m@3m(UBoot-Env),2m@5m(Ex-OPTEE)"
 CONFIG_CMD_LOG=y
 CONFIG_PARTITION_TYPE_GUID=y
 CONFIG_ENV_IS_IN_SPI_FLASH=y
index 8fe10d7485365fa8280f46acbf86325e25586a43..4503cf3f6d0d0312c0bc6161a9b5ef6fd4f63759 100644 (file)
@@ -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"