From 20d8f138db4ccac83a89a4339271b0ac12d10e12 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 8 Sep 2025 20:47:23 +0200 Subject: WIP --- src/init/ps1/src/boot.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/init') diff --git a/src/init/ps1/src/boot.c b/src/init/ps1/src/boot.c index 54b96e9..5f741f2 100644 --- a/src/init/ps1/src/boot.c +++ b/src/init/ps1/src/boot.c @@ -194,7 +194,12 @@ static int init_net(struct init_ps1 *const p) if (net_init(serial)) return -1; +#if 1 p->next = retry_cd; +#else + p->next = NULL; +#endif + return 0; } -- cgit v1.2.3