Re: [PATCH] 2048: port to barebox

2014-04-08 Thread Alexander Aring
Hi Marc, On Tue, Apr 08, 2014 at 11:50:42PM +0200, Marc Kleine-Budde wrote: ... > diff --git a/common/Makefile b/common/Makefile > index 204241c..b40a078 100644 > --- a/common/Makefile > +++ b/common/Makefile > @@ -44,6 +44,7 @@ obj-$(CONFIG_SHELL_HUSH)+= hush.o > obj-$(CONFIG_SHELL_SIMPLE)

[PATCH] 2048: port to barebox

2014-04-08 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- common/2048/2048.c| 357 ++ common/2048/LICENSE | 21 +++ common/2048/Makefile | 1 + common/2048/README.md | 32 + common/Makefile | 1 + 5 files changed, 412 insertions(+) create mode 10