Menu

#12 .b .w .l options does not work

closed
None
5
2002-09-18
2002-09-12
Anonymous
No

Observation:

For the memory display (md) and memory write (mw)
comands, the options .b, .w and .l does not work.
The test was done on Sandpoint with 8245 cpu.

Reason:
md and mw function searches for the .b, .w and .l
options in the wrong argument. In addition to this, the
number of arguments given in cmd_mem.h is one to
small.

Fix:
Change the argv[] index in cmd_mem.c so that it
searches for .b, .w and .l options in argument 1.

The problem is fixed in the attached file.

Best regards
Ottar Dahle

Ottar.Dahle@radionor.no

Discussion

  • Wolfgang Denk

    Wolfgang Denk - 2002-09-17
    • assigned_to: nobody --> wdenk
    • status: open --> pending
     
  • Wolfgang Denk

    Wolfgang Denk - 2002-09-17

    Logged In: YES
    user_id=38532

    First, there is no attachment.
    If there is a problem, please submit a proper patch to the
    PPCboot mailing list.

    But first make really sure that you are using a consistent
    set of sources;
    I cannot reproduce the problem - neither with the lates
    official release (1.1.6)
    not with the Top-of-Tree version.

     
  • Wolfgang Denk

    Wolfgang Denk - 2002-09-18
    • status: pending --> closed
     
  • Wolfgang Denk

    Wolfgang Denk - 2002-09-18

    Logged In: YES
    user_id=38532

    User error (misunderstanding of the command usage)

     

Log in to post a comment.