Re: [U-Boot] [PATCH v4 1/5] kconfig: Add API kconfig file

2017-02-06 Thread Simon Glass
On 31 January 2017 at 03:17, Emmanuel Vadot wrote: > Add kconfig file to enable API support > > Signed-off-by: Emmanuel Vadot > --- > Kconfig | 2 ++ > api/Kconfig | 9 + > 2 files changed, 11 insertions(+) > create mode 100644 api/Kconfig Reviewed-by: Simon Glass Change log? ___

Re: [U-Boot] [PATCH v4 1/5] kconfig: Add API kconfig file

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 12:17:04PM +0100, Emmanuel Vadot wrote: > Add kconfig file to enable API support > > Signed-off-by: Emmanuel Vadot Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@li

[U-Boot] [PATCH v4 1/5] kconfig: Add API kconfig file

2017-01-31 Thread Emmanuel Vadot
Add kconfig file to enable API support Signed-off-by: Emmanuel Vadot --- Kconfig | 2 ++ api/Kconfig | 9 + 2 files changed, 11 insertions(+) create mode 100644 api/Kconfig diff --git a/Kconfig b/Kconfig index 8f9ea97f3d..2a65f07044 100644 --- a/Kconfig +++ b/Kconfig @@ -308,6 +308