diff options
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | 2021-07-12 19:36:12 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-23 18:53:45 -0400 |
commit | 59bd18d4c4d7d87fbc4815fbdc757cd9304faa63 (patch) | |
tree | 191340101c70614cd2e8a10a8c87dc935f6a87e8 /configs/synquacer_developerbox_defconfig | |
parent | 11cd1d6a34bc273b3eb44a197ada12485b3efc7a (diff) | |
download | u-boot-59bd18d4c4d7d87fbc4815fbdc757cd9304faa63.tar.gz |
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 'configs/synquacer_developerbox_defconfig')
-rw-r--r-- | configs/synquacer_developerbox_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig index 92be72d1d0..16976b3c3d 100644 --- a/configs/synquacer_developerbox_defconfig +++ b/configs/synquacer_developerbox_defconfig @@ -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 |