diff options
author | Lily Zhang <r58066@freescale.com> | 2012-03-09 14:54:44 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2012-03-13 10:55:43 +0800 |
commit | 460cfc0823c5a95f9971117a9cea5410334a4639 (patch) | |
tree | 7cb45801e1c7d7d21a337772f615a70e1674860c /Makefile | |
parent | 29e05b14a9a4d2cdadfb4165441dea06ac2ee24c (diff) | |
download | u-boot-imx-460cfc0823c5a95f9971117a9cea5410334a4639.zip u-boot-imx-460cfc0823c5a95f9971117a9cea5410334a4639.tar.gz u-boot-imx-460cfc0823c5a95f9971117a9cea5410334a4639.tar.bz2 |
ENGR00176347-1 mx6solo sabreauto: add configuration support
The serial of patches adds the initial support for mx6solo
sabra auto board:
- DDR3 400MHz@32bit
- SD/MMC basic operations
- SPI-NOR basic operations
- OTP fuse
- clock command
- Anatop regulator command
- splash screen support by enabling "CONFIG_SPLASH_SCREEN"
Because i.mx6solo share the same ARD board with i.mx6dq,
the same board file is shared between i.mx6dq and i.mx6solo.
CONFIG_MX6DL configuration is used to distinguish the difference.
This patch is used to add mx6solo sabreauto configuration support.
Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3336,6 +3336,7 @@ mx6q_sabrelite_android_config \ mx6q_sabrelite_mfg_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabrelite freescale mx6 +mx6solo_sabreauto_config \ mx6q_sabreauto_mfg_config \ mx6q_sabreauto_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabreauto freescale mx6 |