Skip to content

Commit

Permalink
Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd Bergmann committed Dec 8, 2011
2 parents b981f98 + c564a0c commit 073c460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-sa1100/Makefile.boot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifeq ($(CONFIG_ARCH_SA1100),y)
zreladdr-$(CONFIG_SA1111) += 0xc0208000
ifeq ($(CONFIG_SA1111),y)
zreladdr-y += 0xc0208000
else
zreladdr-y += 0xc0008000
endif
Expand Down

0 comments on commit 073c460

Please sign in to comment.