Re: [U-Boot] [PATCH] kconfig: remove unneeded U-Boot extension code

2015-03-02 Thread Simon Glass
On 27 February 2015 at 08:45, Masahiro Yamada wrote: > This code was introduced to support the multiple .config > configuration in U-Boot. We do not need it any more. > > Signed-off-by: Masahiro Yamada > --- > > scripts/kconfig/confdata.c | 8 > 1 file changed, 8 deletions(-) Reviewed

Re: [U-Boot] [PATCH] kconfig: remove unneeded U-Boot extension code

2015-03-02 Thread Tom Rini
On Sat, Feb 28, 2015 at 12:45:26AM +0900, Masahiro Yamada wrote: > This code was introduced to support the multiple .config > configuration in U-Boot. We do not need it any more. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

[U-Boot] [PATCH] kconfig: remove unneeded U-Boot extension code

2015-03-01 Thread Masahiro Yamada
This code was introduced to support the multiple .config configuration in U-Boot. We do not need it any more. Signed-off-by: Masahiro Yamada --- scripts/kconfig/confdata.c | 8 1 file changed, 8 deletions(-) diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index a