Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Sam Protsenko's avatar
    19d141a0
    omap: Omit fastboot.userdata_size related errors · 19d141a0
    Sam Protsenko authored
    
    When using regular $partitions variable (for Linux boot), we can see
    some unwanted messages:
    
    > ERROR: cannot find partition: 'userdata'
    
    > at arch/arm/mach-omap2/utils.c:96/omap_mmc_get_part_size()
    > Warning: fastboot.userdata_size: unable to calc
    
    Let's remove those, as missing 'userdata' partition is correct behavior
    for Linux partition, and we don't want to see some Android-related
    messages in this case.
    
    Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
    19d141a0
    History
    omap: Omit fastboot.userdata_size related errors
    Sam Protsenko authored
    
    When using regular $partitions variable (for Linux boot), we can see
    some unwanted messages:
    
    > ERROR: cannot find partition: 'userdata'
    
    > at arch/arm/mach-omap2/utils.c:96/omap_mmc_get_part_size()
    > Warning: fastboot.userdata_size: unable to calc
    
    Let's remove those, as missing 'userdata' partition is correct behavior
    for Linux partition, and we don't want to see some Android-related
    messages in this case.
    
    Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>