diff options
author | Tim Harvey <tharvey@gateworks.com> | 2017-03-13 08:51:02 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-03-19 17:29:41 +0100 |
commit | f7d9fcd15634216392130cbd84757b0e706a171a (patch) | |
tree | 34d3e27d5294c136f4ce8035d4b412819744960f /include/configs/gw_ventana.h | |
parent | ad68d7b88efdcfee62dd23901f3c76e8151105e8 (diff) |
imx: ventana: config: add gzwrite support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 24e3150620..31b3010b76 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -143,6 +143,7 @@ #define CONFIG_CMD_HDMIDETECT /* detect HDMI output device */ #define CONFIG_CMD_GSC #define CONFIG_CMD_EECONFIG /* Gateworks EEPROM config cmd */ +#define CONFIG_CMD_UNZIP /* gzwrite */ #define CONFIG_RBTREE /* Ethernet support */ |