Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 888: Bug 326: Watchdog and Kernel reset should boot to u-boot
Bug 326: Watchdog and Kernel reset should boot to u-boot Misconfiguration of UART baud-rate hides all u-boot messages. Root Cause: u-boot expects UART clock to be 24MHz, but kernel sets it to be 1.846 MHz. Hence the clock divisor derived by u-boot will be incorrect. Solution: let kernel not change UART clock, and hard-code baud-rate in DTS. Change-Id: Ieaf01f9be3ac85244b456546ea16f24f8396cf00 Signed-off-by: Wei-Chung Wen <wei-chung.wen@foxconn.com> Related work items: torvalds#326
- Loading branch information