mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
ARM: rmobile: Drop unused macros from Gen3 boards
Drop unused MSTP macros from Gen3 boards. These are no longer needed as the boards are using clock framework to manipulate clock. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
00e4b57e9e
commit
3ba61f0672
2 changed files with 0 additions and 3 deletions
|
@ -31,7 +31,6 @@ void s_init(void)
|
|||
{
|
||||
}
|
||||
|
||||
#define SCIF2_MSTP310 BIT(10) /* SCIF2 */
|
||||
#define DVFS_MSTP926 BIT(26)
|
||||
#define HSUSB_MSTP704 BIT(4) /* HSUSB */
|
||||
|
||||
|
|
|
@ -30,8 +30,6 @@ void s_init(void)
|
|||
{
|
||||
}
|
||||
|
||||
#define GSX_MSTP112 BIT(12) /* 3DG */
|
||||
#define SCIF2_MSTP310 BIT(10) /* SCIF2 */
|
||||
#define DVFS_MSTP926 BIT(26)
|
||||
#define HSUSB_MSTP704 BIT(4) /* HSUSB */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue