• G
    m68knommu: switch to using IO access methods in WildFire board code · 41b39ea1
    Greg Ungerer 提交于
    Most ColdFire support code has switched to using IO memory access
    methods (readb/writeb/etc) when reading and writing internal peripheral
    device registers. The WildFire board specific halt code was missed.
    
    As it is now the WildFire code is broken, since all register definitions
    were changed to be register addresses only some time ago.
    
    Fix the WildFire board code to use the appropriate IO access functions.
    Signed-off-by: NGreg Ungerer <gerg@linux-m68k.org>
    41b39ea1
m528x.c 3.3 KB