Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: imaami/u-boot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: imaami/u-boot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: u-boot-2013.01.y
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 31, 2013

  1. arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README

    No one expects to end up in a delayed environment if
    CONFIG_DELAY_ENVIRONMENT isn't defined.
    
    Signed-off-by: Lucas Stach <[email protected]>
    Acked-by: Simon Glass <[email protected]>
    Acked-by: Allen Martin <[email protected]>
    lynxeye-dev authored and trini committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    ad394e0 View commit details
    Browse the repository at this point in the history
  2. vfat: Fix mkcksum argument sizes

    In case a function argument is known/fixed size array in C, the argument is
    still decoyed as pointer instead ( T f(U n[k]) ~= T fn(U *n) ) and therefore
    calling sizeof on the function argument will result in the size of the pointer,
    not the size of the array.
    
    The VFAT code contains such a bug, this patch fixes it.
    
    Reported-by: Aaron Williams <[email protected]>
    Signed-off-by: Marek Vasut <[email protected]>
    Cc: Tom Rini <[email protected]>
    Cc: Aaron Williams <[email protected]>
    Tested-by: Michal Simek <[email protected]>
    Reviewed-by: Joe Hershberger <[email protected]>
    Marek Vasut authored and trini committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    bc8f446 View commit details
    Browse the repository at this point in the history
  3. Prepare v2013.01.01

    Signed-off-by: Tom Rini <[email protected]>
    trini committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    e8ae0fa View commit details
    Browse the repository at this point in the history
Loading