16 Aug, 2017

1 commit


23 Mar, 2016

1 commit


15 Mar, 2016

1 commit

  • The comment for file_cbfs_type() says that it returns 0 for an invalid type.
    The code appears to check for -1, except that it uses an unsigned variable
    to store the type. This results in a warning on 64-bit machines.

    Adjust it to make the meaning clearer. Continue to handle the -1 case since
    it may be needed.

    Signed-off-by: Simon Glass
    Tested-by: Stephen Warren

    Simon Glass
     

25 Jan, 2016

1 commit

  • Now that they are in their own directory, we can remove this prefix.
    This makes it easier to find a file since the prefix does not get in the
    way.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Acked-by: Stefan Roese
    Acked-by: Przemyslaw Marczak

    Simon Glass