commit | 09aaf994e37c3e37fd2b0e9b1856038e31ae3b68 | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Tue Aug 28 14:38:05 2012 +0530 |
committer | Sekhar Nori <nsekhar@ti.com> | Sat Oct 27 16:31:04 2012 +0530 |
tree | 141d3d0f742c045cb81d314fa0635cab707cc306 | |
parent | 5604f69eec0aed392cea2909ee49dd834b782fac [diff] |
ARM: davinci: uncompress.h: bail out if uart not initialized Bail out of UART access functions in uncompress.h if the uart port is not setup. This will happen when booting from DT since machine type matching does not work in this case. This may also happen if a correct machine type is not setup by bootloader. Signed-off-by: Sekhar Nori <nsekhar@ti.com>