04 Sep, 2013

1 commit


24 Jul, 2013

1 commit


30 Apr, 2012

1 commit


13 Apr, 2011

1 commit


13 Oct, 2010

1 commit

  • As usually done in U-Boot, the watchdog_reset code is called via a
    macro (WATCHDOG_RESET). In zlib.c this was done differently, by using
    a function pointer which is initialized with WATCHDOG_RESET upon watchdog
    usage or with NULL otherwise. This patch now uses the plain
    WATCHDOG_RESET macros to call the function resulting in slightly smaller
    U-Boot images and simpler code.

    U-Boot code size reduction:

    PowerPC board with watchdog support (lwmon5):
    -> 80 bytes smaller image size

    PowerPC board without watchdog support (sequoia):
    -> 112 bytes smaller image size

    Signed-off-by: Stefan Roese
    Cc: Detlev Zundel
    Cc: Wolfgang Denk
    Acked-by: Detlev Zundel

    Stefan Roese
     

13 Apr, 2010

1 commit

  • Now that the other architecture-specific lib directories have been
    moved out of the top-level directory there's not much reason to have the
    '_generic' suffix on the common lib directory.

    Signed-off-by: Peter Tyser

    Peter Tyser