diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-11-25 22:43:57 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-11-30 02:34:20 +0100 |
commit | e23eb942ad103f6d3dd15d9346bb1ea132899963 (patch) | |
tree | 610c26dfb21ba0504b77d16600227ac5b4124e77 /board | |
parent | 5271dda05030982a94ced178fdc031e8f76da988 (diff) | |
download | u-boot-e23eb942ad103f6d3dd15d9346bb1ea132899963.tar.gz u-boot-e23eb942ad103f6d3dd15d9346bb1ea132899963.tar.xz u-boot-e23eb942ad103f6d3dd15d9346bb1ea132899963.zip |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/renesas/salvator-x/Makefile | 2 | ||||
-rw-r--r-- | board/renesas/ulcb/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/renesas/salvator-x/Makefile b/board/renesas/salvator-x/Makefile index 61b0d063e5..5b4dea91c1 100644 --- a/board/renesas/salvator-x/Makefile +++ b/board/renesas/salvator-x/Makefile @@ -6,4 +6,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y := salvator-x.o ../rcar-common/common.o +obj-y := salvator-x.o diff --git a/board/renesas/ulcb/Makefile b/board/renesas/ulcb/Makefile index 6fe0b480f7..406fdc8fa4 100644 --- a/board/renesas/ulcb/Makefile +++ b/board/renesas/ulcb/Makefile @@ -6,4 +6,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y := ulcb.o cpld.o ../rcar-common/common.o +obj-y := ulcb.o cpld.o |