Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Sanjeev Premi's avatar
    36003268
    OMAP: Fix compile issue · 36003268
    Sanjeev Premi authored
    
    Fixes this compile error:
    board.c: In function 'do_switch_ecc':
    board.c:339: error: 'cmd_tbl_t' has no member named 'help'
    make[1]: *** [board.o] Error 1
    make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
    make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
    
    This is due to the fact that current command uses long
    help for the usage print even if the CONFIG_SYS_LONGHELP
    is not enabled. (Thanks Jean-Christophe for explanation).
    
    Signed-off-by: default avatarSanjeev Premi <premi@ti.com>
    36003268
    History
    OMAP: Fix compile issue
    Sanjeev Premi authored
    
    Fixes this compile error:
    board.c: In function 'do_switch_ecc':
    board.c:339: error: 'cmd_tbl_t' has no member named 'help'
    make[1]: *** [board.o] Error 1
    make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
    make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
    
    This is due to the fact that current command uses long
    help for the usage print even if the CONFIG_SYS_LONGHELP
    is not enabled. (Thanks Jean-Christophe for explanation).
    
    Signed-off-by: default avatarSanjeev Premi <premi@ti.com>