diff options
author | weidong jia <jwdsccd@gmail.com> | 2020-04-10 16:42:37 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-04-26 21:45:30 +0200 |
commit | 75512fe0e76428e065c51d18dd41fd9857f7963c (patch) | |
tree | bf840241e472a60a9ce798ab146394b891935e8b /toolchain/binutils/Makefile | |
parent | b397df51aac42db3ebbf3cb9cb2db78c902803de (diff) | |
download | upstream-75512fe0e76428e065c51d18dd41fd9857f7963c.tar.gz upstream-75512fe0e76428e065c51d18dd41fd9857f7963c.tar.bz2 upstream-75512fe0e76428e065c51d18dd41fd9857f7963c.zip |
uboot-envtools: fix domywifi_dw33d Bad CRC error
The current dw33d partition index has changed, this patch solves
this problem.
old partition layout
dev: size erasesize name
mtd0: 00040000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00fa0000 00010000 "oem-firmware"
mtd3: 00010000 00010000 "art"
mtd4: 00500000 00020000 "kernel"
mtd5: 05b00000 00020000 "ubi"
mtd6: 02000000 00020000 "oem-backup"
new partition layout
dev: size erasesize name
mtd0: 00500000 00020000 "kernel"
mtd1: 05b00000 00020000 "ubi"
mtd2: 02000000 00020000 "oem-backup"
mtd3: 00040000 00010000 "u-boot"
mtd4: 00010000 00010000 "u-boot-env"
mtd5: 00fa0000 00010000 "oem-firmware"
mtd6: 00010000 00010000 "art"
Signed-off-by: weidong jia <jwdsccd@gmail.com>
Diffstat (limited to 'toolchain/binutils/Makefile')
0 files changed, 0 insertions, 0 deletions