[PATCH 06/10] board: adi: Add support for SC589 boards

Philip Molloy analog at philipmolloy.com
Fri Jul 4 17:16:06 CEST 2025


On Mon, 2025-06-02 at 15:44 -0400, Greg Malysa wrote:

>> diff --git a/configs/sc589-ezkit_defconfig
>> b/configs/sc589-ezkit_defconfig
>> new file mode 100644
>> index 00000000000..eb36472d465
>> --- /dev/null
>> +++ b/configs/sc589-ezkit_defconfig
>> @@ -0,0 +1,113 @@
>>
>> +CONFIG_USE_HOSTNAME=y
>> +CONFIG_HOSTNAME="sc58x"

Since the defconfig is for the SC589 it would be nice to have a more specific hostname.

>> +CONFIG_GATEWAYIP="192.168.0.1"
>> +CONFIG_USE_IPADDR=y
>> +CONFIG_IPADDR="192.168.0.15"
>> +CONFIG_USE_NETMASK=y
>> +CONFIG_NETMASK="255.255.255.0"
>> +CONFIG_USE_ROOTPATH=y
>> +CONFIG_ROOTPATH="/romfs"
>> +CONFIG_USE_SERVERIP=y
>> +CONFIG_SERVERIP="192.168.0.2"

The static network configuration should be removed.


More information about the U-Boot mailing list