Re: [U-Boot] autoscr command failure saveenv dataflash

2009-10-04 Thread Wolfgang Denk
Dear Rainer, In message you wrote: > > the reason for this problem is the definition of > > #define DATAFLASH_BUSY0x00 > #define DATAFLASH_OK 0x01 > in the file /include/dataflash.h. > > All functions return DATAFLASH_OK and in the file /common/cmd_nved

Re: [U-Boot] autoscr command failure saveenv dataflash

2009-09-15 Thread Wolfgang Denk
Dear "Berns", In message you wrote: > > the reason for this problem is the definition of > > #define DATAFLASH_BUSY0x00 > #define DATAFLASH_OK 0x01 > in the file /include/dataflash.h. > > All functions return DATAFLASH_OK and in the file /common/cmd_nve

[U-Boot] autoscr command failure saveenv dataflash

2009-09-07 Thread Berns
Hi, the reason for this problem is the definition of #define DATAFLASH_BUSY 0x00 #define DATAFLASH_OK0x01 in the file /include/dataflash.h. All functions return DATAFLASH_OK and in the file /common/cmd_nvedit.c function do_saveenv() return (saveenv() ? 1 :