diff options
author | Ye Li <ye.li@nxp.com> | 2016-12-23 12:01:06 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:32 +0800 |
commit | 589812f232a7a07873a74e5506153977ce11dce2 (patch) | |
tree | 2075e6854713e802577b617f87eb0ef71d02e5f9 /include | |
parent | 8dc963c970f81f9cdefff0955eba6b27ca7dc17e (diff) | |
download | u-boot-imx-589812f232a7a07873a74e5506153977ce11dce2.zip u-boot-imx-589812f232a7a07873a74e5506153977ce11dce2.tar.gz u-boot-imx-589812f232a7a07873a74e5506153977ce11dce2.tar.bz2 |
MLK-13645 mx7ulp: Modify FDT file to disable SD3.0 for mfgtool
Since the SD3.0 kernel driver needs M4 image support, this causes problem to mfgtool.
To decouple the relationship, we modify the FDT file in u-boot to disable
SD3.0 when booting for mfgtool. So the kernel won't depend on M4 image.
Signed-off-by: Ye Li <ye.li@nxp.com>
Tested-by: Fugang Duan <fugang.duan@nxp.com>
(cherry picked from commit 1826d6e4dc732521190c742f812193be95eea211)
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx7ulp_evk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index f6e4b3b..cc3f0bb 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -195,4 +195,6 @@ #define CONFIG_CMD_CACHE #endif +#define CONFIG_OF_SYSTEM_SETUP + #endif /* __CONFIG_H */ |