diff options
| author | Peng Fan <[email protected]> | 2018-12-21 06:21:13 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-01-28 20:35:47 +0100 |
| commit | 3bd888b55ebe7ee0d60385ec710acce59788476d (patch) | |
| tree | dace1883507f453963bb0f407897dd550245b0cf | |
| parent | 73127e9099b358279f30e9a11a7c9044e557da8b (diff) | |
imx8qxp: add SUPPORT_SPL option
Enable SUPPORT_SPL option for i.MX8QXP, then we could enable SPL.
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | arch/arm/mach-imx/imx8/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig index 0d3a87cd744..9671107cb6f 100644 --- a/arch/arm/mach-imx/imx8/Kconfig +++ b/arch/arm/mach-imx/imx8/Kconfig @@ -5,6 +5,7 @@ config IMX8 config IMX8QXP select IMX8 + select SUPPORT_SPL bool config SYS_SOC |
