summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--include/configs/mx6solo_sabresd.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4d850f..d805238 100644
--- a/Makefile
+++ b/Makefile
@@ -3322,7 +3322,7 @@ mx6q_arm2_iram_config : unconfig
}
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_arm2 freescale mx6
-mx6solo_sabresd__config \
+mx6solo_sabresd_config \
mx6dl_sabresd_config \
mx6dl_sabresd_mfg_config \
mx6dl_sabresd_android_config \
diff --git a/include/configs/mx6solo_sabresd.h b/include/configs/mx6solo_sabresd.h
index a317189..ea94ae3 100644
--- a/include/configs/mx6solo_sabresd.h
+++ b/include/configs/mx6solo_sabresd.h
@@ -347,6 +347,10 @@
#define CONFIG_BMP_8BPP
#define CONFIG_SPLASH_SCREEN_ALIGN
#define CONFIG_SYS_WHITE_ON_BLACK
+
+ #define CONFIG_IMX_PWM
+ #define IMX_PWM1_BASE PWM1_BASE_ADDR
+ #define IMX_PWM2_BASE PWM2_BASE_ADDR
#endif
#endif /* CONFIG_SPLASH_SCREEN */
#endif /* __CONFIG_H */