]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ColdFire: Fix missing _IO_BASE which caused compile error
authorTsiChung Liew <tsicliew@gmail.com>
Wed, 22 Jul 2009 16:32:39 +0000 (16:32 +0000)
committerTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Wed, 26 Aug 2009 08:40:59 +0000 (03:40 -0500)
commit88c811b153771a3d1bfe958297c69722efb278e9
treeda24da0e37be12bcc3986f409168d6ee7359b314
parentd3870bd2d832ea2048b7cb2bbb9d642585b137cf
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>
include/asm-m68k/io.h