Commit a02f3ee8 authored by George G. Davis's avatar George G. Davis Committed by Russell King

[ARM PATCH] 1687/1: Add {params,initrd}_phys vars to enable bootpImage support on SA1100

Patch from George G. Davis

Basically just adds a couple of missing vars so I can build bootpImages for SA1100.
parent 04fe1d36
......@@ -44,6 +44,8 @@ initrd_phys-$(CONFIG_ARCH_CDB89712) := 0x00700000
ifeq ($(CONFIG_ARCH_SA1100),y)
zreladdr-$(CONFIG_SA1111) := 0xc0208000
endif
params_phys-$(CONFIG_ARCH_SA1100) := 0xc0000100
initrd_phys-$(CONFIG_ARCH_SA1100) := 0xc0800000
zreladdr-$(CONFIG_ARCH_PXA) := 0xa0008000
zreladdr-$(CONFIG_ARCH_ANAKIN) := 0x20008000
zreladdr-$(CONFIG_ARCH_IOP3XX) := 0xa0008000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment