From 72796cdcd706e7f467f326f2a869c14b39fc8055 Mon Sep 17 00:00:00 2001 From: Lwazi Dube Date: Thu, 6 Aug 2026 14:32:18 -0400 Subject: [PATCH] docs/boards/ci20: Remove redundant mkimage command Remove the manual mkimage step because CONFIG_UBOOT_UIMAGE=y already generates a valid uImage. This brings the documentation up to date with the uImage usage that was already standard in practice. --- .../platforms/mips/jz4780/boards/mips-creator-ci20/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst b/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst index 0d7eb826c74..acfdb2c4490 100644 --- a/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst +++ b/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst @@ -37,8 +37,7 @@ You can use the following command to configure the NuttX build: ./tools/configure.sh -l ci20/nsh make CROSSDEV=mips-mti-elf- - mkimage -A mips -O linux -T kernel -C none -a 0x80000180 -e 0x800004ac \ - -n "nx" -d nuttx.bin /nuttx.umg + cp uImage /nuttx.umg Run this from U-Boot prompt: