On Tue, Aug 25, 2009 at 11:37 AM, Patrick Georgipatrick@georgi-clan.de wrote:
Am Dienstag, den 25.08.2009, 11:10 -0600 schrieb Myles Watson:
On Tue, Aug 25, 2009 at 10:56 AM, Patrick Georgipatrick@georgi-clan.de wrote:
In the mainboard selection, the selected mainboard is printed twice in certain cases, this patch eliminates the second mention.
This change might have unintended side-effects, but seems to work okay
I'd rather fix the offending boards. Isn't it board-specific? Maybe I haven't seen all the cases.
No, it's specific to the Kconfig source layout:
choice config { THE BOARDS } config { THE BOARDS' DEPENDENCIES } endchoice
To fix that, we'd have to do choice config { THE BOARDS } endchoice config { THE BOARDS' DEPENDENCIES }
which doesn't work with the source statement
How about this fix?
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles