05 Mar, 2018

1 commit


06 Feb, 2018

1 commit

  • There is no EMMC symbol in the "enable different boot versions for the
    shc board" choice. SHC_EMMC was probably intended.

    No functional changes. Kconfig choices fall back on using the first
    (visible) symbol in the choice as the default if the default symbol is
    not visible.

    Discovered in Kconfiglib (https://github.com/ulfalizer/Kconfiglib),
    which prints the following warning:

    warning: the default selection EMMC (undefined) of (defined at board/bosch/shc/Kconfig:15) is not contained in the choice

    I've added a corresponding warning to the C tools too, which is
    currently in linux-next: https://patchwork.kernel.org/patch/9983667/

    Signed-off-by: Ulf Magnusson

    Ulf Magnusson
     

16 Aug, 2017

3 commits


15 May, 2017

1 commit


10 Jun, 2016

1 commit

  • U-Boot SPL 2016.03-rc3-00019-g6dfb4c2-dirty (Mar 09 2016 - 07:40:06)
    SHC C3-Sample
    MPU reference clock runs at 6 MHz
    Setting MPU clock to 594 MHz
    Enabling Spread Spectrum of 18 permille for MPU
    Trying to boot from MMC
    reading u-boot.img
    reading u-boot.img

    U-Boot 2016.03-rc3-00019-g6dfb4c2-dirty (Mar 09 2016 - 07:05:35 +0100)

    Watchdog enabled
    I2C: ready
    DRAM: 512 MiB
    reloc off 1f783000
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Net: cpsw
    U-Boot#

    Signed-off-by: Heiko Schocher

    Heiko Schocher