From 9f9a4a2dc76308355febccaed3fee98869b06a85 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 7 Apr 2025 23:40:09 +0100 Subject: [PATCH] remove unnecessary words --- doc/development.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/development.adoc b/doc/development.adoc index 8df4e56..108b1a7 100644 --- a/doc/development.adoc +++ b/doc/development.adoc @@ -237,8 +237,7 @@ imports = [ ]; ---- -and then build `+outputs.tftpboot+`. This creates a file in `+result/+` -called `+boot.scr+`, which you can copy and paste into U-Boot to +and then build `+outputs.tftpboot+`. This creates a file `+result/boot.scr+`, which you can copy and paste into U-Boot to transfer the kernel and filesystem over TFTP and boot the kernel from RAM.