u-boot/arch/arm/cpu/armv7/omap5
Masahiro Yamada bb6b142fc1 treewide: move CONFIG_PHYS_64BIT to Kconfig
We need to ensure that CONFIG_PHYS_64BIT is configured via Kconfig so
that it is always available to the build system.  Otherwise we can run
into cases where we have inconsistent sizes of certain attributes.

Ravi Babu reported offset mismatch of struct dwc3 across files since
commit 95ebc253e6 ("types.h: move and redefine resource_size_t").
Since the commit, resource_addr_t points to phys_addr_t, whose size
is dependent on CONFIG_PHYS_64BIT for ARM architecture.

I tried my best to use "select" where possible (for example, ARMv8
architecture) because I think this kind of option is generally user-
unconfigurable.  However, I see some of PowerPC boards have 36BIT
defconfigs as well as 32BIT ones.  I moved CONFIG_PHYS_64BIT to the
defconfigs for such boards.

CONFIG_36BIT is no longer referenced, so all of the defines were
removed from CONFIG_SYS_EXTRA_OPTIONS.

Fixes: 95ebc253e6 ("types.h: move and redefine resource_size_t")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reported-by: Ravi Babu <ravibabu@ti.com>
Acked-by: Stefan Roese <sr@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>
2016-08-05 07:27:25 -04:00
..
abb.c DRA7: add ABB setup for MPU voltage domain 2014-01-24 11:41:17 -05:00
boot.c omap5: Definitions for SYS_BOOT-based fallback boot device selection 2015-07-27 15:02:09 -04:00
config.mk arm: omap5: fix build dependency for secure devices 2016-07-22 14:46:26 -04:00
dra7xx_iodelay.c ARM: OMAP5/DRA7: Expose do_set_iodelay 2016-03-27 09:12:15 -04:00
emif.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
fdt.c ARM: omap5: add hooks for cpu/SoC fdt fixups 2016-05-27 15:41:37 -04:00
hw_data.c ARM: dra7xx: Change DPLL_PER_HS13 divider value 2016-07-30 00:15:00 +05:30
hwinit.c ARM: DRA72x: Add support for detection of SR2.0 2016-03-27 09:12:12 -04:00
Kconfig treewide: move CONFIG_PHYS_64BIT to Kconfig 2016-08-05 07:27:25 -04:00
Makefile ARM: omap5: add hooks for cpu/SoC fdt fixups 2016-05-27 15:41:37 -04:00
prcm-regs.c dra7xx: Enable USB_PHY3 32KHz clock 2016-06-02 21:42:15 -04:00
sdram.c ARM: DRA72: sdram: Update sdram ext phy configuration for SR2.0 2016-03-27 09:12:14 -04:00