diff options
author | Nitin Garg <nitin.garg@freescale.com> | 2014-05-27 08:30:30 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-05-27 09:39:37 -0500 |
commit | 441fd86d055c57b79257943449a8101b83e98c61 (patch) | |
tree | 26621a33b00f8b3c2b346a53384b38b99f27a268 /include/configs | |
parent | 0802947cfb94789cdb6b8a402a7c4523549c2a12 (diff) | |
download | u-boot-imx-441fd86d055c57b79257943449a8101b83e98c61.zip u-boot-imx-441fd86d055c57b79257943449a8101b83e98c61.tar.gz u-boot-imx-441fd86d055c57b79257943449a8101b83e98c61.tar.bz2 |
ENGR00315499-4: Add support for i.MX6 Plugin images
Support generating plugin images. Make sure not to effect the size
of DCD images.
Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6sabre_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index d1bf3bc..9686588 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -33,6 +33,8 @@ #define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO +/* #define CONFIG_USE_PLUGIN */ + #define CONFIG_MXC_UART #define CONFIG_CMD_FUSE |