Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201693
b: refs/heads/master
c: 8d68fe7
h: refs/heads/master
i:
  201691: 2c7032c
v: v3
  • Loading branch information
Uwe Kleine-König committed Jul 7, 2010
1 parent 9c35f1e commit 7422001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 7179304bfcffbbc66ca8a8498d92e023833b017d
refs/heads/master: 8d68fe7029ed2631363f6f37155586c0707b8dc0
9 changes: 3 additions & 6 deletions trunk/arch/arm/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,13 @@ endif
EXTRA_CFLAGS := -fpic -fno-builtin
EXTRA_AFLAGS := -Wa,-march=all

# Supply ZRELADDR, INITRD_PHYS and PARAMS_PHYS to the decompressor via
# linker symbols. We only define initrd_phys and params_phys if the
# machine class defined the corresponding makefile variable.
# Supply ZRELADDR and PARAMS_PHYS to the decompressor via linker symbols. We
# only define params_phys if the machine class defined the corresponding
# makefile variable.
LDFLAGS_vmlinux := --defsym zreladdr=$(ZRELADDR)
ifeq ($(CONFIG_CPU_ENDIAN_BE8),y)
LDFLAGS_vmlinux += --be8
endif
ifneq ($(INITRD_PHYS),)
LDFLAGS_vmlinux += --defsym initrd_phys=$(INITRD_PHYS)
endif
ifneq ($(PARAMS_PHYS),)
LDFLAGS_vmlinux += --defsym params_phys=$(PARAMS_PHYS)
endif
Expand Down

0 comments on commit 7422001

Please sign in to comment.