Re: [U-Boot] [PATCH v2 4/8] sandbox: Enable GPIO driver

2012-01-22 Thread Simon Glass
Hi Mike, On Fri, Jan 20, 2012 at 10:59 AM, Mike Frysinger vap...@gentoo.org wrote: On Tuesday 10 January 2012 19:45:48 Simon Glass wrote: --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h +#define CONFIG_SANDBOX_GPIO_COUNT    224 do we really need 224 examples GPIOs ?  can't

Re: [U-Boot] [PATCH v2 4/8] sandbox: Enable GPIO driver

2012-01-20 Thread Mike Frysinger
On Tuesday 10 January 2012 19:45:48 Simon Glass wrote: --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h +#define CONFIG_SANDBOX_GPIO_COUNT224 do we really need 224 examples GPIOs ? can't we do with like 20 ? -mike signature.asc Description: This is a digitally signed

[U-Boot] [PATCH v2 4/8] sandbox: Enable GPIO driver

2012-01-10 Thread Simon Glass
Enable the new GPIO driver for sandbox. Signed-off-by: Simon Glass s...@chromium.org --- include/configs/sandbox.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 6790216..e7e97cc 100644 ---