diff options
author | Tom Rini <trini@ti.com> | 2013-08-12 08:54:32 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-12 08:54:32 -0400 |
commit | 0daa1f698593fface63eacae7897fabe42cfd28e (patch) | |
tree | d4543a1719b805329f70277ccb4bab3b4c293793 /include | |
parent | b62af3df4c23e206441087800f3fd4c133d1586f (diff) | |
parent | 5f93227ce02d9cafa11704c807a80dcbde129f8c (diff) | |
download | u-boot-imx-0daa1f698593fface63eacae7897fabe42cfd28e.zip u-boot-imx-0daa1f698593fface63eacae7897fabe42cfd28e.tar.gz u-boot-imx-0daa1f698593fface63eacae7897fabe42cfd28e.tar.bz2 |
Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'include')
-rw-r--r-- | include/zynqpl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/zynqpl.h b/include/zynqpl.h index f8211cd..6107cbf 100644 --- a/include/zynqpl.h +++ b/include/zynqpl.h @@ -20,12 +20,14 @@ extern int zynq_info(Xilinx_desc *desc); #define XILINX_ZYNQ_7020 0x7 #define XILINX_ZYNQ_7030 0xc #define XILINX_ZYNQ_7045 0x11 +#define XILINX_ZYNQ_7100 0x16 /* Device Image Sizes */ #define XILINX_XC7Z010_SIZE 16669920/8 #define XILINX_XC7Z020_SIZE 32364512/8 #define XILINX_XC7Z030_SIZE 47839328/8 #define XILINX_XC7Z045_SIZE 106571232/8 +#define XILINX_XC7Z100_SIZE 139330784/8 /* Descriptor Macros */ #define XILINX_XC7Z010_DESC(cookie) \ @@ -40,4 +42,7 @@ extern int zynq_info(Xilinx_desc *desc); #define XILINX_XC7Z045_DESC(cookie) \ { xilinx_zynq, devcfg, XILINX_XC7Z045_SIZE, NULL, cookie, "7z045" } +#define XILINX_XC7Z100_DESC(cookie) \ +{ xilinx_zynq, devcfg, XILINX_XC7Z100_SIZE, NULL, cookie, "7z100" } + #endif /* _ZYNQPL_H_ */ |