diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-30 19:19:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-30 19:19:34 -0400 |
commit | 476a3143d7c1a94b795a4804ab894893f490cf33 (patch) | |
tree | d2de199aac021a5d037b22e688ec061748aa5fba /include/fpga.h | |
parent | dcf722ece6aad0c1512a26cdefc2f74a192fa9d2 (diff) | |
parent | cd228cc04afc79c1383be707d0b812f45dfd53aa (diff) |
Merge tag 'xilinx-for-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze
Xilinx/FPGA changes for v2019.10
fpga:
- Xilinx virtex2 cleanup
- Altera cyclon2 cleanup
zynq:
- Minor Kconfig cleanup
- Add psu_init configuration for Z-turn board
zynqmp:
- Add support for pmufw config passing to PMU
- script for psu_init conversion
- zcu1275 renaming
xilinx:
- Add support for UltraZed-EV SoM
Diffstat (limited to 'include/fpga.h')
-rw-r--r-- | include/fpga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fpga.h b/include/fpga.h index 51de5c55f83..ec5144334df 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -15,7 +15,7 @@ /* fpga_xxxx function return value definitions */ #define FPGA_SUCCESS 0 -#define FPGA_FAIL -1 +#define FPGA_FAIL 1 /* device numbers must be non-negative */ #define FPGA_INVALID_DEVICE -1 |