Re: [U-Boot] [PATCH 2/2] Config: Add "board variant" column to boards.cfg

2010-09-20 Thread Wolfgang Denk
Dear Marek Vasut, In message <1284947846-12811-2-git-send-email-marek.va...@gmail.com> you wrote: > There are some boards where it's not currently possible to detect all board > information at runtime, therefore I introduced a new column called "variant" > to > boards.cfg . If this field is set,

[U-Boot] [PATCH 2/2] Config: Add "board variant" column to boards.cfg

2010-09-19 Thread Marek Vasut
There are some boards where it's not currently possible to detect all board information at runtime, therefore I introduced a new column called "variant" to boards.cfg . If this field is set, CONFIG_fieldvalue is #define-d in config.h Also, I had to add fallback logic, because each of the board var