Skip to content
Snippets Groups Projects
Forked from KED Software Projects / Miscellaneous / KED U-Boot Fork
Source project has a limited visibility.
  • Wolfgang Denk's avatar
    69434e4c
    Remove spieval board support · 69434e4c
    Wolfgang Denk authored
    
    Recent changes caused that the spieval board now is included in the
    boards built by MAKEALL, which revealed that compilation for this
    board has been broken for a long time:
    
    mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized.
    mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized.
    
    The board is orphaned.  Drop support for it.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    69434e4c
    History
    Remove spieval board support
    Wolfgang Denk authored
    
    Recent changes caused that the spieval board now is included in the
    boards built by MAKEALL, which revealed that compilation for this
    board has been broken for a long time:
    
    mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized.
    mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized.
    
    The board is orphaned.  Drop support for it.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>