06 Feb, 2016

1 commit

  • Correct spelling of "U-Boot" shall be used in all written text
    (documentation, comments in source files etc.).

    Signed-off-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Reviewed-by: Simon Glass
    Reviewed-by: Minkyu Kang

    Bin Meng
     

18 Jan, 2010

1 commit

  • The default kgdb functions can be implemented with common U-Boot functions,
    so rather than force everyone to copy & paste these things, create a set of
    weak stubs.

    Signed-off-by: Robin Getz
    Signed-off-by: Mike Frysinger

    Robin Getz