]> git.hungrycats.org Git - linux/commit
[ARM PATCH] 2133/1: params_phys is not available on PXA and apears to be ARCH_RPM...
authorIan Campbell <icampbell@com.rmk.(none)>
Wed, 6 Oct 2004 23:04:39 +0000 (00:04 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Wed, 6 Oct 2004 23:04:39 +0000 (00:04 +0100)
commit5e108b763fb6eec755d50c436d6f9eac695ebfb2
tree71f0e7fe6cd803bd7d84c5c66de3eb7489405e64
parent792ba2186d82b51cc0360de079d14b7361eebf1e
[ARM PATCH] 2133/1: params_phys is not available on PXA and apears to be ARCH_RPM specific anyway

Patch from Ian Campbell

Arecent changeset[0] that changed params into an asm function call
broke the PXA build since PXA does not define PARAMS_PHYS therefore
the params_phys variable is never defined and linking arch/arm/boot/compressed/head.S fails.

The function is defined in include/asm-arm/arch-rpc/uncompress.h
and so I assume it is dependendant on CONFIG_ARCH_RPC. I can't find
any use of it outside this file.

Signed-off-by: Ian Campbell
arch/arm/boot/compressed/head.S