Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58855
b: refs/heads/master
c: 5cf77a5
h: refs/heads/master
i:
  58853: a002d34
  58851: 16cb509
  58847: 8d89f03
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jul 12, 2007
1 parent 7290421 commit f1d1ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c04d66bbbdbbc7b5d55c42795f29e494190f8fb3
refs/heads/master: 5cf77a5fd03c65b9dd33c283ce308a3abc4cb375
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ extra-y += vmlinux.bin vmlinux.gz

quiet_cmd_uimage = UIMAGE $@
cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A $(ARCH) -O linux -T kernel \
-C gzip -a $(CONFIG_BOOT_LOAD) -e $(CONFIG_BOOT_LOAD) -n 'Linux-$(KERNELRELEASE)' \
-C gzip -n 'Linux-$(KERNELRELEASE)' -a $(CONFIG_BOOT_LOAD) \
-e $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}') \
-d $< $@

$(obj)/vmlinux.bin: vmlinux FORCE
Expand Down

0 comments on commit f1d1ecd

Please sign in to comment.