mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
ARM: rmobile: Stop using rcar-common/common.c on Gen3
Since the Gen3 clock driver now has a .remove callback, it is no longer necessary to shut the clock down before booting Linux in the arch_preboot_os hook. Stop using it and while doing so, remove all the ad-hoc config options which this hook used. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
5271dda050
commit
e23eb942ad
4 changed files with 2 additions and 18 deletions
|
@ -6,4 +6,4 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0+
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-y := salvator-x.o ../rcar-common/common.o
|
obj-y := salvator-x.o
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0+
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-y := ulcb.o cpld.o ../rcar-common/common.o
|
obj-y := ulcb.o cpld.o
|
||||||
|
|
|
@ -62,12 +62,4 @@
|
||||||
#define CONFIG_SYS_MMC_ENV_DEV 1
|
#define CONFIG_SYS_MMC_ENV_DEV 1
|
||||||
#define CONFIG_SYS_MMC_ENV_PART 2
|
#define CONFIG_SYS_MMC_ENV_PART 2
|
||||||
|
|
||||||
/* Module stop status bits */
|
|
||||||
/* MFIS, SCIF1 */
|
|
||||||
#define CONFIG_SMSTP2_ENA 0x00002040
|
|
||||||
/* SCIF2 */
|
|
||||||
#define CONFIG_SMSTP3_ENA 0x00000400
|
|
||||||
/* INTC-AP, IRQC */
|
|
||||||
#define CONFIG_SMSTP4_ENA 0x00000180
|
|
||||||
|
|
||||||
#endif /* __SALVATOR_X_H */
|
#endif /* __SALVATOR_X_H */
|
||||||
|
|
|
@ -83,12 +83,4 @@ unsigned char ulcb_softspi_read(void);
|
||||||
#define CONFIG_SYS_MMC_ENV_DEV 1
|
#define CONFIG_SYS_MMC_ENV_DEV 1
|
||||||
#define CONFIG_SYS_MMC_ENV_PART 2
|
#define CONFIG_SYS_MMC_ENV_PART 2
|
||||||
|
|
||||||
/* Module stop status bits */
|
|
||||||
/* MFIS, SCIF1 */
|
|
||||||
#define CONFIG_SMSTP2_ENA 0x00002040
|
|
||||||
/* SCIF2 */
|
|
||||||
#define CONFIG_SMSTP3_ENA 0x00000400
|
|
||||||
/* INTC-AP, IRQC */
|
|
||||||
#define CONFIG_SMSTP4_ENA 0x00000180
|
|
||||||
|
|
||||||
#endif /* __ULCB_H */
|
#endif /* __ULCB_H */
|
||||||
|
|
Loading…
Reference in a new issue