[U-Boot] [PATCH v2] treewide: move CONFIG_PHYS_64BIT to Kconfig

york sun york.sun at nxp.com
Tue Jul 26 06:26:46 CEST 2016


On 07/25/2016 09:07 PM, Masahiro Yamada wrote:
> 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.
>

For powerpc related,
Reviewed-by: York Sun <york.sun at nxp.com>



More information about the U-Boot mailing list