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

Marek Vasut marek.vasut at gmail.com
Fri Feb 3 15:28:11 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;

Might be


More information about the U-Boot mailing list