
25 Jul
2008
25 Jul
'08
1:03 p.m.
On Thu, 24 Jul 2008 13:14:02 -0500 Ken.Fuchs@bench.com wrote:
U-Boot already has too many preprocessor constants and the addition of another (perhaps) dubious one merits more debate.
I don't completely agree. U-Boot has too many #ifdefs, which isn't necessarily the same as too many #defines. And I don't think CONFIG_AT91 is dubious at all.
But since we already have a CONFIG_AVR32 #define, we can clean up the mess in macb.c by simply reversing the logic.
Haavard