Re: [U-Boot] [PATCH 2/7] disk: Add CONFIG_PARTITION to Kconfig

2016-12-09 Thread Andrew F. Davis
On 12/09/2016 06:27 AM, Tom Rini wrote: > On Thu, Dec 08, 2016 at 04:04:28PM -0600, Andrew F. Davis wrote: > >> Signed-off-by: Andrew F. Davis >> --- >> Kconfig | 2 ++ >> disk/Kconfig | 11 +++ >> include/config_defaults.h | 1 - >> 3 files changed, 13 i

Re: [U-Boot] [PATCH 2/7] disk: Add CONFIG_PARTITION to Kconfig

2016-12-09 Thread Tom Rini
On Thu, Dec 08, 2016 at 04:04:28PM -0600, Andrew F. Davis wrote: > Signed-off-by: Andrew F. Davis > --- > Kconfig | 2 ++ > disk/Kconfig | 11 +++ > include/config_defaults.h | 1 - > 3 files changed, 13 insertions(+), 1 deletion(-) > create mode 100644

[U-Boot] [PATCH 2/7] disk: Add CONFIG_PARTITION to Kconfig

2016-12-08 Thread Andrew F. Davis
Signed-off-by: Andrew F. Davis --- Kconfig | 2 ++ disk/Kconfig | 11 +++ include/config_defaults.h | 1 - 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 disk/Kconfig diff --git a/Kconfig b/Kconfig index a44ac91..de1dcb9 100644 --- a