commit | 9242ef12f0d174da1739a071fb4a5fc5de27905e | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue Mar 24 17:22:05 2009 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue Mar 24 17:37:57 2009 +1000 |
tree | 9451acce18ff78069f42e2959f4b2fe205bb5fef | |
parent | d62db60659416499b763a00c953f23ed1c9a5c46 [diff] |
m68knommu: fix 5307 ColdFire UART vector setup There is a couple of problems with the UART vector setup for the 5307 ColdFire UART. The ICR register access should be 8bit, not 32bit. The address of the UIVR register is wrong, it needs to be offset into the MBAR register region. Fix these. Signed-off-by: Greg Ungerer <gerg@uclinux.org>