diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2014-03-14 16:35:38 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-05-20 15:23:46 +0200 |
commit | 64e809afeaf1572c3246a5bca198a77d0498fd89 (patch) | |
tree | 8cc8d126baa31191005cb704809faa219fac4323 /include/configs/grsim.h | |
parent | d0db28f94034ef02c1d6737895766fb3c19de47f (diff) | |
download | u-boot-imx-64e809afeaf1572c3246a5bca198a77d0498fd89.zip u-boot-imx-64e809afeaf1572c3246a5bca198a77d0498fd89.tar.gz u-boot-imx-64e809afeaf1572c3246a5bca198a77d0498fd89.tar.bz2 |
fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK
Guard the LOADMK functionality with config to provide
an option to enable or disable it.
Enable it for all platforms in mainline which enable CONFIG_CMD_FPGA.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/grsim.h')
-rw-r--r-- | include/configs/grsim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/grsim.h b/include/configs/grsim.h index 556c749..1e089a9 100644 --- a/include/configs/grsim.h +++ b/include/configs/grsim.h @@ -53,6 +53,7 @@ #define CONFIG_CMD_DIAG #define CONFIG_CMD_ECHO /* echo arguments */ #define CONFIG_CMD_FPGA /* FPGA configuration Support */ +#define CONFIG_CMD_FPGA_LOADMK #define CONFIG_CMD_IRQ #define CONFIG_CMD_ITEST /* Integer (and string) test */ #define CONFIG_CMD_LOADB /* loadb */ |