diff options
author | Paul Burton <paul.burton@imgtec.com> | 2017-06-02 22:29:51 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-06-28 13:22:40 +0300 |
commit | 571b7e69f7f775c531ffaf73ae476b1e46150f41 (patch) | |
tree | bdce1bec0e658dd73d170116f1ee5216fd7e136b /arch/mips/generic/Makefile | |
parent | efe4a1acdc2c70da9025cf405112667e5580a572 (diff) | |
download | linux-571b7e69f7f775c531ffaf73ae476b1e46150f41.tar.xz |
MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 board
In preparation for supporting other YAMON-using boards (Malta) & sharing
code to translate information from YAMON into device tree properties,
pull the code doing so for the kernel command line, system memory &
serial configuration out of the SEAD-3 board code.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16181/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/generic/Makefile')
-rw-r--r-- | arch/mips/generic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/generic/Makefile b/arch/mips/generic/Makefile index acb9b6d62b16..56b3ea565ed9 100644 --- a/arch/mips/generic/Makefile +++ b/arch/mips/generic/Makefile @@ -12,5 +12,6 @@ obj-y += init.o obj-y += irq.o obj-y += proc.o +obj-$(CONFIG_YAMON_DT_SHIM) += yamon-dt.o obj-$(CONFIG_LEGACY_BOARD_SEAD3) += board-sead3.o obj-$(CONFIG_KEXEC) += kexec.o |