mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 06:26:13 -04:00
Change default console baud rate for stxxtc board
This commit is contained in:
parent
5d244ea128
commit
670d9f132d
@ -2,6 +2,8 @@
|
|||||||
Changes for U-Boot 1.1.4:
|
Changes for U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Change default console baud rate for stxxtc board
|
||||||
|
|
||||||
* Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).
|
* Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).
|
||||||
Patch by Stefan Roese, 31 Aug 2005
|
Patch by Stefan Roese, 31 Aug 2005
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
#undef CONFIG_8xx_CONS_SMC2
|
#undef CONFIG_8xx_CONS_SMC2
|
||||||
#undef CONFIG_8xx_CONS_NONE
|
#undef CONFIG_8xx_CONS_NONE
|
||||||
|
|
||||||
#define CONFIG_BAUDRATE 38400 /* console baudrate = 38.4kbps */
|
#define CONFIG_BAUDRATE 115200 /* console baudrate = 115.2kbps */
|
||||||
|
|
||||||
#define CONFIG_XIN 10000000 /* 10 MHz input xtal */
|
#define CONFIG_XIN 10000000 /* 10 MHz input xtal */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user