This website requires JavaScript.
Explore
Help
Sign in
forge
/
linux-pinenote
Watch
1
Star
0
Fork
You've already forked linux-pinenote
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ed1c9e2cf4
linux-pinenote
/
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 21:53:22 +05:30
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 a new issue
Copy permalink