diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-05-08 17:13:56 +0900 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-05-14 07:52:36 +0200 |
commit | f05862d7bdba1912d041df1e1434af82d47e64d2 (patch) | |
tree | 68a02bed6c966265a8cadb0b70cbc22aad56f2a5 /doc/README.zfs | |
parent | 841426ad9f19b7bcf4add8329484ebad672daa9c (diff) | |
download | u-boot-imx-f05862d7bdba1912d041df1e1434af82d47e64d2.zip u-boot-imx-f05862d7bdba1912d041df1e1434af82d47e64d2.tar.gz u-boot-imx-f05862d7bdba1912d041df1e1434af82d47e64d2.tar.bz2 |
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>
Diffstat (limited to 'doc/README.zfs')
0 files changed, 0 insertions, 0 deletions