commit | d48cd888d5514ce4307f17d94e0ad0d6d489ac5e | [log] [tgz] |
---|---|---|
author | TsiChung Liew <tsicliew@gmail.com> | Wed Jul 22 16:32:39 2009 +0000 |
committer | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | Wed Aug 26 03:40:59 2009 -0500 |
tree | da24da0e37be12bcc3986f409168d6ee7359b314 | |
parent | aa0c47936d18b9227ec848a79b635d54a2ce10f3 [diff] |
ColdFire: Fix missing _IO_BASE which caused compile error The compile error was caused by a recent patch. Affected platforms - M5253DEMO.h, M5253EVBE.h, and M54455EVB.h. Adding the _IO_BASE automatically defined to 0 in asm-m68k/io.h if it isn't set in platform configuration file. Signed-off-by: TsiChung Liew <tsicliew@gmail.com>