diff options
author | Tom Rini <trini@ti.com> | 2014-12-15 17:13:47 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-15 17:13:47 -0500 |
commit | b9206e61f3d87535ac4f4b0b858e674fd1edfeaf (patch) | |
tree | f7fc5d96b6b4b783dbccf2619157caf4faf66b5b /tools/ifdtool.h | |
parent | 6983951a612aeecd906521e31de83d7fae309950 (diff) | |
parent | 7cbd74f7484e9a58f7109e74e81002fee029b2f7 (diff) |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'tools/ifdtool.h')
-rw-r--r-- | tools/ifdtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ifdtool.h b/tools/ifdtool.h index fbec421bee..0d0cc3685e 100644 --- a/tools/ifdtool.h +++ b/tools/ifdtool.h @@ -14,6 +14,8 @@ #define IFDTOOL_VERSION "1.1-U-Boot" +#define WRITE_MAX 16 + enum spi_frequency { SPI_FREQUENCY_20MHZ = 0, SPI_FREQUENCY_33MHZ = 1, |