[U-Boot-Users] [PATCH 2/2] LPD7A40x flash cleanup

10 Jun
2004
10 Jun
'04
7:18 p.m.
This patch cleans up some debug code leftover in lpd7a40x board support.
--
Paul Ruhland pruhland@microwavedata.com
Software Engineer
Microwave Data Systems
Rochester, NY 16420

10 Jun
10 Jun
11:46 p.m.
In message 200406101318.31803.pruhland@microwavedata.com you wrote:
This patch cleans up some debug code leftover in lpd7a40x board support.
Where is the CHANGELOG entry?
reset_timer();
reset_timer_masked();
That was really a "debug code leftover" ????
tstart = get_timer(0); do {
ulong now; /* check timeout */
//if (get_timer_masked () > CFG_FLASH_ERASE_TOUT) {
if ((now = get_timer(tstart)) > CFG_FLASH_ERASE_TOUT) {
printf("tstart = 0x%08lx, now = 0x%08lx\n", tstart, now);
if (get_timer_masked () > CFG_FLASH_ERASE_TOUT) { *addr = CMD_STATUS_RESET; result = BIT_TIMEOUT; break;
Are you sure your patch description is correct?
Rejected. Please provide a description that matches what you are doing.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Every living thing wants to survive.
-- Spock, "The Ultimate Computer", stardate 4731.3
7642
Age (days ago)
7642
Last active (days ago)
1 comments
2 participants
participants (2)
-
Paul Ruhland
-
Wolfgang Denk