mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
We wanted to reduce the number of interrupts that uart was producing so we increased the number of characters needed in the fifos before it would trigger an interrupt. Right now it needs 4 characters. If you aren't printing a multiple of four characters, then not all text will be printed. This change changes the rxilvl back to 1. This will make using the consoles and testing cr50 functionality more reliable. BUG=chrome-os-partner:62158 BRANCH=none TEST=login and boot still work fine. The AP and EC consoles print all output correctly. Change-Id: I2d48d02a275173d560c03e5363845a5afc94df7a Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/434891 Reviewed-by: Scott Collyer <scollyer@chromium.org>