[U-Boot] [PATCH v2] treewide: move CONFIG_PHYS_64BIT to Kconfig
Masahiro Yamada
yamada.masahiro at socionext.com
Tue Jul 26 06:07:18 CEST 2016
Hi York,
2016-07-26 2:19 GMT+09:00 york sun <york.sun at nxp.com>:
> Masahiro,
>
> You added CONFIG_PHYS_64BIT=y to most defconfig for powerpc, but not
> C29XPCI. Did you just leave them out on purpose, or just missed?
>
> York
Because all of C29XPCIE_*_defconfig enabled this options,
so I decided to add "select PHYS_64BIT" in Kconfig.
Please see the following hunk:
> --- a/arch/powerpc/cpu/mpc85xx/Kconfig
> +++ b/arch/powerpc/cpu/mpc85xx/Kconfig
> @@ -17,6 +17,7 @@ config TARGET_SOCRATES
> config TARGET_B4860QDS
> bool "Support B4860QDS"
> select SUPPORT_SPL
> + select PHYS_64BIT
>
> config TARGET_BSC9131RDB
> bool "Support BSC9131RDB"
> @@ -30,18 +31,23 @@ config TARGET_C29XPCIE
> bool "Support C29XPCIE"
> select SUPPORT_SPL
> select SUPPORT_TPL
> + select PHYS_64BIT
>
I added CONFIG_PHYS_64BIT=y
only to *_36BIT_defconfig.
It looks like some boards have both 32bit and 36bit variants
for board configuration.
--
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list