Commit 7aab5bc0 authored by Deepak Saxena's avatar Deepak Saxena Committed by Russell King

[ARM PATCH] 1613/1: arch/arm/boot/Makefile fixups for IOP3xx and ADIFCC

Patch from Deepak Saxena

Small cleanups for ADIFCC and IOP3XX machine types to support
ATAG parameters. Working with Intel and ADI to get updated 
bootloaders that pass the tags. 

Also, all known IOP3xx boards have memory starting at 0xa0000000,
so we can remove the redundant ARCH_IQ* zreladdr values.
parent 09150cc7
......@@ -44,9 +44,10 @@ ifeq ($(CONFIG_ARCH_SA1100),y)
endif
zreladdr-$(CONFIG_ARCH_PXA) := 0xa0008000
zreladdr-$(CONFIG_ARCH_ANAKIN) := 0x20008000
zreladdr-$(CONFIG_ARCH_IQ80310) := 0xa0008000
zreladdr-$(CONFIG_ARCH_IQ80321) := 0xa0008000
zreladdr-$(CONFIG_ARCH_IOP3XX) := 0xa0008000
params-phys-$(CONFIG_ARCH_IOP3XX) := 0xa0000100
zreladdr-$(CONFIG_ARCH_ADIFCC) := 0xc0008000
params-phys-$(CONFIG_ARCH_ADIFCC) := 0xc0000100
ZRELADDR := $(zreladdr-y)
ZTEXTADDR := $(ztextaddr-y)
......
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