mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
pwm: imx: Remove unused references to CONFIG_IMX6_PWM_PER_CLK
On platforms that use DM_PWM, we do not need to define this value anymore, so remove it from config files. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
98cb4c6b8e
commit
4eea765740
4 changed files with 0 additions and 10 deletions
|
@ -424,8 +424,6 @@
|
|||
/* check this console not needed, after test remove it */
|
||||
#define CONFIG_IMX_VIDEO_SKIP
|
||||
|
||||
#define CONFIG_IMX6_PWM_PER_CLK 66000000
|
||||
|
||||
#define CONFIG_ENV_FLAGS_LIST_STATIC "ethaddr:mw,serial#:sw,board_type:sw," \
|
||||
"sysnum:dw,panel:sw,ipaddr:iw,serverip:iw"
|
||||
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
|
||||
#include "mx6_common.h"
|
||||
|
||||
/* PWM */
|
||||
#define CONFIG_IMX6_PWM_PER_CLK 66000000
|
||||
|
||||
/* UART */
|
||||
#define CONFIG_MXC_UART_BASE UART3_BASE
|
||||
|
||||
|
|
|
@ -106,6 +106,4 @@
|
|||
#define CONFIG_IMX_HDMI
|
||||
#define CONFIG_IMX_VIDEO_SKIP
|
||||
|
||||
#define CONFIG_IMX6_PWM_PER_CLK 66000000
|
||||
|
||||
#endif /* __GE_BX50V3_CONFIG_H */
|
||||
|
|
|
@ -102,9 +102,6 @@
|
|||
|
||||
/* FLASH and environment organization */
|
||||
|
||||
/* Backlight Control */
|
||||
#define CONFIG_IMX6_PWM_PER_CLK 66666000
|
||||
|
||||
#define CONFIG_IMX_VIDEO_SKIP
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
Loading…
Reference in a new issue