10 May, 2008

1 commit

  • This patch fixes three typos.
    The first is a repetition of CONFIG_CMD_BSP.
    The second makes the #endif comment match its #if.
    The third is a spelling error.

    Signed-off-by: Adrian Filipi

    Adrian Filipi
     

12 Sep, 2006

1 commit


07 Sep, 2006

1 commit

  • - Add support for PPC440EPx & PPC440GRx
    - Add support for PPC440EP(x)/GR(x) NAND controller
    in cpu/ppc4xx directory
    - Add NAND boot functionality for Sequoia board,
    please see doc/README.nand-boot-ppc440 for details
    - This Sequoia NAND image doesn't support environment
    in NAND for now. This will be added in a short while.
    Patch by Stefan Roese, 07 Sep 2006

    Stefan Roese