On Tue, Sep 18, 2012 at 11:16 AM, Greg Topmiller <[email protected]> wrote: > So how about something like this in the board specific code? > > u32 get_board_rev(void) > { > u32 myrev = get_cpu_rev(); > myrev |= 0x100; /* BOARD_REV_2 */ > return myrev; > }
Looks good, Greg. Regards, Fabio Estevam _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

