19 Sep, 2012

7 commits

  • This board is the only board that still sticks to OneNAND IPL.
    Remove this board, since we have SPL around for a while and
    OneNAND is well supported in the SPL framework. The board can
    be revived if necessary.

    Signed-off-by: Marek Vasut
    Cc: Albert Aribaud
    Cc: Kyungmin Park
    Cc: Tom Rini

    Marek Vasut
     
  • After removing the Apollon board, remove the OneNAND IPL too.
    There are no users for it any more.

    Signed-off-by: Marek Vasut
    Cc: Albert Aribaud
    Cc: Minkyu Kang
    Cc: Tom Rini
    Acked-by: Minkyu Kang

    Marek Vasut
     
  • Remove linker command line options from the SPL makefile
    that force the inclusion of unreferenced command code from
    linked object files. As commands are not used in the SPL,
    these options resulted in an unnecessary increase in the
    image size, in addition to introducing the possibility of
    tricky link errors in the case where the command code
    contained symbols that were not resolved by linking in the
    limited objects compiled in the SPL build.

    Signed-off-by: Tyler Olmstead
    Acked-by: Tom Rini

    Tyler Olmstead
     
  • Signed-off-by: Marek Vasut
    Cc: Daniel Hellstrom
    Cc: u-boot-dm@lists.denx.de

    Marek Vasut
     
  • cmd_bdinfo.c: In function ‘do_bdinfo’:
    cmd_bdinfo.c:220:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
    cmd_bdinfo.c:222:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
    cmd_bdinfo.c:224:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
    cmd_bdinfo.c:226:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
    cmd_bdinfo.c:228:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]

    Signed-off-by: Marek Vasut
    Cc: Daniel Hellstrom
    Cc: u-boot-dm@lists.denx.de

    Marek Vasut
     
  • greth.c: In function ‘greth_recv’:
    greth.c:507:3: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat]
    greth.c:507:3: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Wformat]
    greth.c:541:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
    greth.c: In function ‘greth_initialize’:
    greth.c:623:2: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘struct greth_regs *’ [-Wformat]
    greth.c:655:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct greth_regs *’ [-Wformat]
    greth.c:684:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct greth_regs *’ [-Wformat]

    Signed-off-by: Marek Vasut
    Cc: Joe Hershberger
    Cc: Daniel Hellstrom
    Cc: u-boot-dm@lists.denx.de

    Marek Vasut
     
  • In board_nand_init() we only need the 'tmp' variable if MXC_NFC_V2_1 is
    defined.

    Signed-off-by: Tom Rini

    Tom Rini
     

18 Sep, 2012

21 commits


17 Sep, 2012

2 commits


15 Sep, 2012

1 commit

  • In case the "fdt addr" command wasn't ran yet and any other "fdt"
    subcommand was issued, the system crashed due to NULL pointer being
    used.

    This is caused by "fdt addr" command setting up a pointer to the
    FDT memory location. Prior issuing "fdt addr", the pointer is NULL
    so calling any other subcommands crashed the u-boot.

    Signed-off-by: Marek Vasut
    Cc: Simon Glass

    Marek Vasut
     

14 Sep, 2012

2 commits


13 Sep, 2012

4 commits


11 Sep, 2012

3 commits