mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
net: Add \n before warning message so it prints on a new line.
Signed-off-by: Philip Balister <philip@opensdr.com>
This commit is contained in:
parent
e3e454cd72
commit
a9a730e0bc
@ -302,7 +302,7 @@ int eth_initialize(bd_t *bis)
|
|||||||
puts("\nWarning: eth device name has a space!\n");
|
puts("\nWarning: eth device name has a space!\n");
|
||||||
|
|
||||||
if (eth_write_hwaddr(dev, "eth", eth_number))
|
if (eth_write_hwaddr(dev, "eth", eth_number))
|
||||||
puts("Warning: failed to set MAC address\n");
|
puts("\nWarning: failed to set MAC address\n");
|
||||||
|
|
||||||
eth_number++;
|
eth_number++;
|
||||||
dev = dev->next;
|
dev = dev->next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user