commit | 43c4f59af9447ba2e0b7967b37fddb4238470683 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Tue Nov 26 17:45:25 2013 +0000 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue Nov 26 21:49:17 2013 +0100 |
tree | caf597d190cfbaa55281935184bdad4bff8a1f50 | |
parent | 9e4cfc434877444e39a3edbf75d3ff7ed8ce7e71 [diff] |
mips: don't hardcode Malta env baudrate The baudrate passed to Linux in the environment was hardcoded at 38400. Instead pass the correct baudrate from global data, allowing Linux to correctly inherit the baudrate used by U-boot when console setup is not explicitly specified. Signed-off-by: Paul Burton <paul.burton@imgtec.com>