]> git.neil.brown.name Git - history.git/commitdiff
[ARM PATCH] 1687/1: Add {params,initrd}_phys vars to enable bootpImage support on...
authorGeorge G. Davis <davis_g@com.rmk.(none)>
Thu, 16 Oct 2003 21:42:00 +0000 (22:42 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Thu, 16 Oct 2003 21:42:00 +0000 (22:42 +0100)
Patch from George G. Davis

Basically just adds a couple of missing vars so I can build bootpImages for SA1100.

arch/arm/boot/Makefile

index 42ac7b35f66c9962c2fa03d461fb88028eb3decd..08df95fe5e8fd24bad27fc7a3c64185f860c669b 100644 (file)
@@ -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