Re: [U-Boot] [PATCH] cfi: Add weak default function for flash_cmd_reset()

2009-10-28 Thread Stefan Roese
On Tuesday 27 October 2009 15:24:50 Stefan Roese wrote: > Currently the CFI driver issues both AMD and Intel reset commands. > This is because the driver doesn't know yet which chips are connected. > This dual reset seems to cause problems with the M29W128G chips as > reported by Richard Retanubun.

[U-Boot] [PATCH] cfi: Add weak default function for flash_cmd_reset()

2009-10-27 Thread Stefan Roese
Currently the CFI driver issues both AMD and Intel reset commands. This is because the driver doesn't know yet which chips are connected. This dual reset seems to cause problems with the M29W128G chips as reported by Richard Retanubun. This patch now introduces a weak default function for the CFI r