u-boot-brain/board/xilinx
Masahiro Yamada f05862d7bd zynq: add empty xil_io.h to avoid compile error
ps7_init.c exported by hw project has #include "xil_io.h" line
but U-Boot does not have "xil_io.h".

So we get an error on SPL build:
  ps7_init.c:12581:20: fatal error: xil_io.h: No such file or directory

We can delete the include directive in ps7_init.c to avoid this error.
But it is painful to do this every time we export ps7_init.c file.

Instead, we can put an empty xil_io.h in the same directory
so we can directly copy ps7_init.c as is.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Tom Rini <trini@ti.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2014-05-14 07:52:36 +02:00
..
microblaze-generic microblaze: convert makefiles to Kbuild style 2013-10-31 13:26:45 -04:00
ml507 kbuild: rename SRCTREE to srctree 2014-03-12 17:04:57 -04:00
ppc405-generic xilinx: delete meaningless .gitignore files 2014-03-07 10:59:06 -05:00
ppc440-generic xilinx: delete meaningless .gitignore files 2014-03-07 10:59:06 -05:00
zynq zynq: add empty xil_io.h to avoid compile error 2014-05-14 07:52:36 +02:00