[U-Boot] [PATCH] tools: env: Add aes.c placeholder

2014-04-28 Thread Marek Vasut
Add missing aes.c placeholder which includes lib/aes.c . Without this
one, tools/env/ will fail to build.

Signed-off-by: Marek Vasut ma...@denx.de
Cc: Alexey Brodkin alexey.brod...@synopsys.com
Cc: Masahiro Yamada yamad...@jp.panasonic.com
---
 tools/env/aes.c | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/env/aes.c

diff --git a/tools/env/aes.c b/tools/env/aes.c
new file mode 100644
index 000..9e42679
--- /dev/null
+++ b/tools/env/aes.c
@@ -0,0 +1 @@
+#include ../../lib/aes.c
-- 
1.8.5.3

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] tools: env: Add aes.c placeholder

2014-04-28 Thread Alexey Brodkin
Hi Marek,

On Mon, 2014-04-28 at 11:56 +0200, Marek Vasut wrote:
 Add missing aes.c placeholder which includes lib/aes.c . Without this
 one, tools/env/ will fail to build.
 
 Signed-off-by: Marek Vasut ma...@denx.de
 Cc: Alexey Brodkin alexey.brod...@synopsys.com
 Cc: Masahiro Yamada yamad...@jp.panasonic.com
 ---
  tools/env/aes.c | 1 +
  1 file changed, 1 insertion(+)
  create mode 100644 tools/env/aes.c
 
 diff --git a/tools/env/aes.c b/tools/env/aes.c
 new file mode 100644
 index 000..9e42679
 --- /dev/null
 +++ b/tools/env/aes.c
 @@ -0,0 +1 @@
 +#include ../../lib/aes.c

With this patch I may now build env tools.
So...

Tested-by: Alexey Brodkin abrod...@synopsys.com

Would be good to apply this one to master ASAP so others don't suffer
from the missing part.

Regards,
Alexey
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot