[U-Boot] [PATCH v2] Build: Implement sentinel to pass board options

2010-10-03 Thread Marek Vasut
With this implementation, the sentinel character in TARGET name is interpreted as an option and expanded to CONFIG_MK_xxx. Signed-off-by: Marek Vasut --- v2: Use comma, permit assignment boards.cfg |1 + mkconfig | 10 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --

Re: [U-Boot] [PATCH v2] Build: Implement sentinel to pass board options

2010-10-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <1286140454-19572-1-git-send-email-marek.va...@gmail.com> you wrote: > With this implementation, the sentinel character in TARGET name is interpreted > as an option and expanded to CONFIG_MK_xxx. > > Signed-off-by: Marek Vasut > --- > v2: Use comma, permit assignment