summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-02-24 11:22:25 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 14:20:35 +0800
commit9ac2b7feeab4a394ca4d7c82231f84a619337be4 (patch)
treeaf2a0c6399998fb1794d644982bad9a5890c071b /include
parentf86a2d38ca91863c797928ea69737cb3eddbb9d5 (diff)
downloadu-boot-imx-9ac2b7feeab4a394ca4d7c82231f84a619337be4.zip
u-boot-imx-9ac2b7feeab4a394ca4d7c82231f84a619337be4.tar.gz
u-boot-imx-9ac2b7feeab4a394ca4d7c82231f84a619337be4.tar.bz2
MLK-12440-10 mx6dq/dl: Add plugin boot support for arm2 boards
Add plugin.S for plugin boot initialization on mx6dq/dl arm2 board. Need to enable "CONFIG_USE_PLUGIN" for this feature. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6qarm2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
index 89ac717..6d8a96f 100644
--- a/include/configs/mx6qarm2.h
+++ b/include/configs/mx6qarm2.h
@@ -11,6 +11,9 @@
#include "mx6_common.h"
+/* uncomment for PLUGIN mode support */
+/* #define CONFIG_USE_PLUGIN */
+
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024)