-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 332274 b: refs/heads/master c: 2f6528e h: refs/heads/master v: v3
- Loading branch information
Jayachandran C
authored and
John Crispin
committed
Aug 22, 2012
1 parent
586278d
commit a1b5381
Showing
6 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a9f16821205d7561bf9d622855e1aa95e5c77f0c | ||
refs/heads/master: 2f6528e15a4592c762a690c1320518368593ae75 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
if NLM_XLP_BOARD || NLM_XLR_BOARD | ||
|
||
if NLM_XLP_BOARD | ||
config DT_XLP_EVP | ||
bool "Built-in device tree for XLP EVP/SVP boards" | ||
default y | ||
help | ||
Add an FDT blob for XLP EVP and SVP boards into the kernel. | ||
This DTB will be used if the firmware does not pass in a DTB | ||
pointer to the kernel. The corresponding DTS file is at | ||
arch/mips/netlogic/dts/xlp_evp.dts | ||
endif | ||
|
||
config NLM_COMMON | ||
bool | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
obj-$(CONFIG_NLM_COMMON) += common/ | ||
obj-$(CONFIG_CPU_XLR) += xlr/ | ||
obj-$(CONFIG_CPU_XLP) += xlp/ | ||
obj-$(CONFIG_CPU_XLP) += dts/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
obj-$(CONFIG_DT_XLP_EVP) := xlp_evp.dtb.o | ||
|
||
$(obj)/%.dtb: $(obj)/%.dts | ||
$(call if_changed,dtc) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters