Skip to content
Snippets Groups Projects
  • Wolfgang Denk's avatar
    055b12f2
    TQM8260: environment in flash instead EEPROM, baudrate 115k · 055b12f2
    Wolfgang Denk authored
    
    Several customers have reported problems with the environment in
    EEPROM, including corrupted content after board reset. Probably the
    code to prevent I2C Enge Conditions is not working sufficiently.
    
    We move the environment to flash now, which allows to have a backup
    copy plus gives much faster boot times.
    
    Also, change the default console initialization to 115200 bps as used
    on most other boards.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    055b12f2
    History
    TQM8260: environment in flash instead EEPROM, baudrate 115k
    Wolfgang Denk authored
    
    Several customers have reported problems with the environment in
    EEPROM, including corrupted content after board reset. Probably the
    code to prevent I2C Enge Conditions is not working sufficiently.
    
    We move the environment to flash now, which allows to have a backup
    copy plus gives much faster boot times.
    
    Also, change the default console initialization to 115200 bps as used
    on most other boards.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>