Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the 'adb reboot bootloader' command #88

Commits on Mar 10, 2015

  1. odroidxu3: add 'reboot bootloader' alias

    The reboot handler does not recognize 'bootloader' as a valid reboot
    command. Alias it to 'fastboot' to reboot in to fastboot when the 'adb
    reboot bootloader' commands is issued.
    
    Change-Id: I96b9d8a1852e0892961115e33a2c8f49d702d1ba
    Signed-off-by: Khalid Zubair <[email protected]>
    statik213 committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    69b4bc8 View commit details
    Browse the repository at this point in the history
  2. odroidxu3: fix out of source builds due to broken paths

    Use the $(srctree) var to correctly refer to file paths in the source
    tree.
    
    Change-Id: I13d8b6e0b98699b1e9f19cadf16e57b028505504
    Signed-off-by: Khalid Zubair <[email protected]>
    statik213 committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    7fa45ef View commit details
    Browse the repository at this point in the history