From: Nicolas Pitre Date: Tue, 6 Sep 2011 10:51:13 +0000 (-0700) Subject: ARM: introduce atag_offset to replace boot_params X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3db0f143e75ff122bc9654dc4bedb02a4c0ee5ca;p=pandora-kernel.git ARM: introduce atag_offset to replace boot_params The boot_params member of the mdesc structure is used to provide a default physical address for the ATAG list. Since this value is fixed at compile time and sometimes based on constants such as ARCH_PHYS_OFFSET, it gets in the way of runtime PHYS_OFFSET and CONFIG_ARM_PATCH_PHYS_VIRT usage. Let's introduce atag_offset which should contains only the relative offset from PHYS_OFFSET instead of an absolute value, in preparation to move all instance of boot_params over to it. Signed-off-by: Nicolas Pitre Tested-by: H Hartley Sweeten Tested-by: Petr Štetiar Acked-by: Arnd Bergmann --- Reading git-diff-tree failed