[U-Boot] [PATCH 1/2] i.MX28: Fix ref_cpu clock setup

Robert Deliën robert at delien.nl
Fri Feb 3 15:18:06 CET 2012


> Make it an array?

If that works for you, it works for me. Thanks!

#define __mx28_reg_8(name)              \
        uint8_t name##[4];              \
        uint8_t name##[4]_set;          \
        uint8_t name##[4]_clr;          \
        uint8_t name##[4]_tog;


More information about the U-Boot mailing list