Re: [U-Boot] [PATCH v2 06/19] dm: test: Add a Kconfig file

2015-02-11 Thread Simon Glass
On 8 February 2015 at 20:51, Masahiro Yamada wrote: > > On Thu, 5 Feb 2015 21:41:37 -0700 > Simon Glass wrote: > >> Add a file to control driver model test features. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Split out patch to add a Kconfig file for test/ > > Reviewed-by

Re: [U-Boot] [PATCH v2 06/19] dm: test: Add a Kconfig file

2015-02-08 Thread Masahiro Yamada
On Thu, 5 Feb 2015 21:41:37 -0700 Simon Glass wrote: > Add a file to control driver model test features. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Split out patch to add a Kconfig file for test/ Reviewed-by: Masahiro Yamada __

[U-Boot] [PATCH v2 06/19] dm: test: Add a Kconfig file

2015-02-05 Thread Simon Glass
Add a file to control driver model test features. Signed-off-by: Simon Glass --- Changes in v2: - Split out patch to add a Kconfig file for test/ Kconfig | 2 ++ test/Kconfig| 1 + test/dm/Kconfig | 8 3 files changed, 11 insertions(+) create mode 100644 test/Kconfig cre