summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-02-24 00:08:13 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 14:12:11 +0800
commit12dd41a12480c24fe1b3b7d679689558c041906b (patch)
treeaf25d950c2a881273f542a00b8caf903349e3ee1 /include
parentfb3cb25e96acc1de78fae41ea6d944dc12217a7e (diff)
downloadu-boot-imx-12dd41a12480c24fe1b3b7d679689558c041906b.zip
u-boot-imx-12dd41a12480c24fe1b3b7d679689558c041906b.tar.gz
u-boot-imx-12dd41a12480c24fe1b3b7d679689558c041906b.tar.bz2
MLK-12440-6 mx6sxsabresd: Add plugin boot support
Add plugin.S for plugin boot initialization on mx6sxsabresd 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/mx6sxsabresd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index 5f1b92e..1ea49a2 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -18,6 +18,9 @@
#include "imx6_spl.h"
#endif
+/* uncomment for PLUGIN mode support */
+/* #define CONFIG_USE_PLUGIN */
+
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M)