
12 Apr
2024
12 Apr
'24
4:12 a.m.
On Wed, 03 Apr 2024 16:31:55 +0200, Michael Walle wrote:
The device name is a concatenation of the device node name of the cpsw device and of the device node name of the port. In my case that is
ethernet@8000000 port@1
First the buffer is really too small, but more importantly, there is no boundary check. Use snprintf() and increase the buffer size.
[...]
Applied to u-boot/master, thanks!
--
Tom