Re: [U-Boot] [PATCH 4/5] [PATCH 4/5] Add FPGA support for the apf27 board

2012-07-07 Thread Stefano Babic
On 28/06/2012 22:36, Philippe Reynes wrote: Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org --- Hi Philippe, + * + */ +#include common.h + +#if defined(CONFIG_FPGA) Maybe you can drop this and compiling this file only if CONFIG_FPGA

[U-Boot] [PATCH 4/5] [PATCH 4/5] Add FPGA support for the apf27 board

2012-06-28 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org --- board/armadeus/apf27/Makefile |2 +- board/armadeus/apf27/apf27.c | 16 +++ board/armadeus/apf27/fpga.c | 272 + board/armadeus/apf27/fpga.h