commit | 6d7d5da7d75c6df676c8b72d32b02ff024438f0c | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@opensource.se> | Tue Oct 22 17:59:54 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Oct 29 11:06:30 2013 +0000 |
tree | f527a2fd59de0da7fdbc6a13b2e697de99581792 | |
parent | 6a5014aa037495a14ea083b621ed97fd0c3c7e9e [diff] |
ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_t Use CONFIG_ARCH_PHYS_ADDR_T_64BIT to determine if ignoring or truncating of memory banks is neccessary. This may be needed in the case of 64-bit memory bank addresses but when phys_addr_t is kept 32-bit. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>