diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-02 10:31:03 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:04:41 +0800 |
commit | e1c8247f3460cc5742d4470731581f79d3a64198 (patch) | |
tree | 67d37d8de64040b67a56c2d16b9881e1d63b2c3e /configs | |
parent | ddbfaf18c42e20f3babb78e64bdd1575ce911002 (diff) | |
download | u-boot-imx-e1c8247f3460cc5742d4470731581f79d3a64198.zip u-boot-imx-e1c8247f3460cc5742d4470731581f79d3a64198.tar.gz u-boot-imx-e1c8247f3460cc5742d4470731581f79d3a64198.tar.bz2 |
MLK-12436-17: imx: mx6sxsabreauto: update board and header
Align with imx_v2016.03
1. Update pmic settings to enable SD3 power and use PMIC common init codes.
2. Enable bmode.
3. Update MMC root parameters
4. Update AUXBOOT for M4
Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 0816a496fbe3f7d0e4f1a9322c76908a5c557c8c)
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6sxsabreauto_defconfig | 1 | ||||
-rw-r--r-- | configs/mx6sxsabreauto_plugin_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig index b546740..b2c4c68 100644 --- a/configs/mx6sxsabreauto_defconfig +++ b/configs/mx6sxsabreauto_defconfig @@ -46,3 +46,4 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_IMX_BOOTAUX=y diff --git a/configs/mx6sxsabreauto_plugin_defconfig b/configs/mx6sxsabreauto_plugin_defconfig index d10d58b..2f77ac6 100644 --- a/configs/mx6sxsabreauto_plugin_defconfig +++ b/configs/mx6sxsabreauto_plugin_defconfig @@ -47,3 +47,4 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_IMX_BOOTAUX=y |