diff options
author | Ye Li <ye.li@nxp.com> | 2016-02-24 11:20:29 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 14:19:00 +0800 |
commit | f86a2d38ca91863c797928ea69737cb3eddbb9d5 (patch) | |
tree | 913ad275ab9fbd912fb2e036c597b8b16225c12f /include | |
parent | 9401668b6b5721b557ba15cf40810770408bfd23 (diff) | |
download | u-boot-imx-f86a2d38ca91863c797928ea69737cb3eddbb9d5.zip u-boot-imx-f86a2d38ca91863c797928ea69737cb3eddbb9d5.tar.gz u-boot-imx-f86a2d38ca91863c797928ea69737cb3eddbb9d5.tar.bz2 |
MLK-12440-9 mx6dq/dl/dqp: Add plugin boot support for sabre boards
Add plugin.S for plugin boot initialization on mx6dq/dl/dqp sabresd board
and sabreauto 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/mx6sabre_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index d51ee77..a0cb2cd 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -11,6 +11,9 @@ #include "mx6_common.h" +/* uncomment for PLUGIN mode support */ +/* #define CONFIG_USE_PLUGIN */ + #define CONFIG_IMX_THERMAL /* Size of malloc() pool */ |