-
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: 336578 b: refs/heads/master c: 300db34 h: refs/heads/master v: v3
- Loading branch information
Stephen Warren
authored and
Rob Herring
committed
Dec 3, 2012
1 parent
3f04024
commit cefb0db
Showing
6 changed files
with
27 additions
and
23 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: 1020e29cdab6bed8521a5a1a1b6f6513c393bc85 | ||
refs/heads/master: 300db34a7256c94dbb7676f1e87101a3bb13cdd9 |
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
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,22 @@ | ||
# | ||
# arch/microblaze/boot/Makefile | ||
# | ||
|
||
obj-y += linked_dtb.o | ||
|
||
# Ensure system.dtb exists | ||
$(obj)/linked_dtb.o: $(obj)/system.dtb | ||
|
||
# Generate system.dtb from $(DTB).dtb | ||
ifneq ($(DTB),system) | ||
$(obj)/system.dtb: $(obj)/$(DTB).dtb | ||
$(call if_changed,cp) | ||
endif | ||
|
||
quiet_cmd_cp = CP $< $@$2 | ||
cmd_cp = cat $< >$@$2 || (rm -f $@ && echo false) | ||
|
||
# Rule to build device tree blobs | ||
DTC_FLAGS := -p 1024 | ||
|
||
clean-files += *.dtb |
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,2 @@ | ||
.section __fdt_blob,"a" | ||
.incbin "arch/microblaze/boot/dts/system.dtb" |
This file was deleted.
Oops, something went wrong.