• H
    i2c, ppc4xx: fix compiling KAREF and METROBOX boards. · 072e754b
    Heiko Schocher 提交于
    commit eb5eb2b0
    
    ppc4xx: Cleanup PPC4xx I2C infrastructure
    
    This patch cleans up the PPC4xx I2C intrastructure:
    
    - Use C struct to describe the I2C registers instead of defines
    - Coding style cleanup (braces, whitespace, comments, line length)
    - Extract common code from i2c_read() and i2c_write()
    - Remove unneeded IIC defines from ppc405.h & ppc440.h
    
    breaks comiling for the KAREF and METROBOX boards.
    
    This patch fixes this issue.
    Signed-off-by: NHeiko Schocher <hs@denx.de>
    Signed-off-by: NStefan Roese <sr@denx.de>
    072e754b
ppc440gx_i2c.c 12.3 KB