Revision ec3622d963522432a873cc1b6f66fed6fceddc18 authored by Nicolas Pitre on 21 February 2007, 14:32:28 UTC, committed by Russell King on 25 February 2007, 16:41:39 UTC
 aware

Since TEXT_OFFSET is meant to determine RAM location for kernel use,
itshould affect .data and .bss initial mapping in the XIP case.
Otherwise a XIP kernel would crash if TEXT_OFFSET gets somewhat larger
than 2MB.

Corresponding code is also moved up a bit to be near the similar .text
mapping code making the whole a bit more straight forward to understand.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent e98ff7f
History
File Mode Size
Makefile -rw-r--r-- 549 bytes
inffast.c -rw-r--r-- 11.8 KB
inffast.h -rw-r--r-- 403 bytes
inffixed.h -rw-r--r-- 6.2 KB
inflate.c -rw-r--r-- 30.6 KB
inflate.h -rw-r--r-- 5.5 KB
inflate_syms.c -rw-r--r-- 413 bytes
inftrees.c -rw-r--r-- 13.0 KB
inftrees.h -rw-r--r-- 2.3 KB
infutil.h -rw-r--r-- 657 bytes

back to top