
1 Jul
2008
1 Jul
'08
5:07 p.m.
Jens Gehrlein wrote:
Today, I updated my local git tree to the current U-Boot. Running my board I saw the message "RAM Configuration:", which didn't appear before.
I think the reason is the following: nand.h includes linux/mtd/mtd.h, which defines a macro #define DEBUG(n, args...) do { } while(0). This causes #ifdef DEBUG in line 198 of board.c to become true.
Could you please fix this? Thank you very much.
It's already fixed in u-boot-nand-flash.git.
-Scott