]> git.neil.brown.name Git - history.git/commitdiff
[ARM PATCH] 1460/1: removes CONFIG_CPU_{26,32} from arch/arm/boot (Makefile)
authorIan Molton <spyro@com.rmk.(none)>
Sun, 13 Apr 2003 11:29:25 +0000 (12:29 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sun, 13 Apr 2003 11:29:25 +0000 (12:29 +0100)
Patch from Ian Molton

See summary

arch/arm/boot/Makefile

index c0a0c7e78f460bfb912509943ec4d1d9ce9b7bb7..6c939f814ca6ab429756874945bc527b717d1bb4 100644 (file)
@@ -13,9 +13,6 @@
 #   PARAMS_PHYS must be with 4MB of ZRELADDR
 #   INITRD_PHYS must be in RAM
 
-   zreladdr-$(CONFIG_CPU_26)           := 0x02080000 
-params_phys-$(CONFIG_CPU_26)           := 0x0207c000
-initrd_phys-$(CONFIG_CPU_26)           := 0x02180000
    zreladdr-$(CONFIG_ARCH_RPC)         := 0x10008000
 params_phys-$(CONFIG_ARCH_RPC)         := 0x10000100
 initrd_phys-$(CONFIG_ARCH_RPC)         := 0x18000000