This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
50440d74aa
linux
/
arch
/
mips
/
netlogic
/
dts
/
Makefile
3 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
MIPS: Netlogic: Add support for built in DTB Provide a config option to embed a device tree for XLP evaluation boards. This DTB will be used if the firmware does not pass in a device tree pointer. Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> Patchwork: http://patchwork.linux-mips.org/patch/4103/ Signed-off-by: John Crispin <blogic@openwrt.org>
2012-07-13 16:23:22 +00:00
obj-$(CONFIG_DT_XLP_EVP)
:=
xlp_evp.dtb.o
MIPS: Netlogic: Support for multiple built-in device trees This enables us to have a default device tree per SoC family to be built into the kernel. The default device tree for XLP3xx has been added as part of this change. Later this can be used to provide support default boards for XLP2xx and XLP9xx SoCs. Kconfig options are provided for each default device tree so that just the needed ones can be selected to be built into the kernel. Signed-off-by: Jayachandran C <jchandra@broadcom.com> Patchwork: http://patchwork.linux-mips.org/patch/5023/ Acked-by: John Crispin <blogic@openwrt.org>
2013-03-23 17:27:59 +00:00
obj-$(CONFIG_DT_XLP_SVP)
+=
xlp_svp.dtb.o
Reference in New Issue
Copy Permalink