From 12dd41a12480c24fe1b3b7d679689558c041906b Mon Sep 17 00:00:00 2001 From: Ye Li Date: Wed, 24 Feb 2016 00:08:13 +0800 Subject: 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 --- include/configs/mx6sxsabresd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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) -- cgit v1.1