[PATCH 2/7] airoha/an7581: add CONFIG_TARGET_AN7581=y to the defconfig
Mikhail Kshevetskiy
mikhail.kshevetskiy at iopsys.eu
Sun Jul 20 01:50:00 CEST 2025
On 19.07.2025 17:58, Tom Rini wrote:
> On Sat, Jul 19, 2025 at 03:57:12AM +0300, Mikhail Kshevetskiy wrote:
>
>> This is required because airoha/en7523 will be added with the following
>> patches. Without this line config for en7523 will be created instead of
>> an7581.
>>
>> Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy at iopsys.eu>
>> ---
>> configs/an7581_evb_defconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/configs/an7581_evb_defconfig b/configs/an7581_evb_defconfig
>> index baa3fc3f5de..73af30cd693 100644
>> --- a/configs/an7581_evb_defconfig
>> +++ b/configs/an7581_evb_defconfig
>> @@ -1,5 +1,6 @@
>> CONFIG_ARM=y
>> CONFIG_ARCH_AIROHA=y
>> +CONFIG_TARGET_AN7581=y
>> CONFIG_TEXT_BASE=0x81E00000
>> CONFIG_SYS_MALLOC_F_LEN=0x4000
>> CONFIG_NR_DRAM_BANKS=1
> This needs to be in the patch that adds the symbol.
Could you explain?
Up to now we have a single airoha 64-bit board. This patch series adds
support of 32-bit SoC.
Previously CONFIG_ARCH_AIROHA=y was enough to properly select SoC &
board, but now we have two. Thus if CONFIG_TARGET_AN7581=yis missed,
than an7581_evb_defconfig will select 32-bit SoC instead of 64-bit
More information about the U-Boot
mailing list