Re: [U-Boot] [PATCH] Fix fw_env bug for multi-sector environments on NOR flash

2011-09-07 Thread Wolfgang Denk
Dear "Yiyang Fei", In message <1314730318-3070-1-git-send-email-yiyang@barco.com> you wrote: > When storing u-boot environment variables on a NOR flash using multiple > sectors, the following error occurs when writing changes using > fw_setenv. > > /etc # cat fw_env.config > /dev/mtd12 0x000

[U-Boot] [PATCH] Fix fw_env bug for multi-sector environments on NOR flash

2011-08-30 Thread Yiyang Fei
When storing u-boot environment variables on a NOR flash using multiple sectors, the following error occurs when writing changes using fw_setenv. /etc # cat fw_env.config /dev/mtd12 0x 0x2 0x1 2 /etc # fw_setenv test test End of range reached, aborting Error: can't write fw_env to

Re: [U-Boot] [PATCH] Fix fw_env bug for multi-sector environments on NOR flash

2011-08-26 Thread Wolfgang Denk
Dear "Fei, Yiyang", Please make sure to send your patches as plain text, NOT as HTML! In message you wrote: ... > > tools/env/fw_env.c |5 ++--- > > 1 files changed, 2 insertions(+), 3 deletions(-) > > > > diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index > ed6b53f..e6b2cae 1006

[U-Boot] [PATCH] Fix fw_env bug for multi-sector environments on NOR flash

2011-08-26 Thread Fei, Yiyang
When storing u-boot environment variables on a NOR flash using multiple sectors, the following error occurs when writing changes using fw_setenv. /etc # cat fw_env.config /dev/mtd12 0x 0x2 0x1 2 /etc # fw_setenv test test End of range reached, aborting Error: can't write