From 0f56d4ce9116a4bf81a99dfc0e35819d753d6710 Mon Sep 17 00:00:00 2001
From: Leah Rowe <info@minifree.org>
Date: Thu, 14 Mar 2024 12:06:02 +0000
Subject: [PATCH] fix wrong info (9020 doesn't have SOIC-16)

Signed-off-by: Leah Rowe <info@minifree.org>
---
 site/docs/hardware/dell9020.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/site/docs/hardware/dell9020.md b/site/docs/hardware/dell9020.md
index 2e4a6f3..a07ee9b 100644
--- a/site/docs/hardware/dell9020.md
+++ b/site/docs/hardware/dell9020.md
@@ -168,8 +168,7 @@ This is to prevent short circuiting and power surges while flashing.**
 For general information, please refer to [25xx NOR flash
 instructions](../install/spi.md) - that page refers to use of socketed flash.
 
-This machine is somewhat cumbersome to flash, because it has a SOIC-16 flash
-for the first 8MB part, and 4MB SOIC8. You can split up your 12MB ROM image
+There are two SOIC-8 chips. You can split up your 12MB ROM image
 like so:
 
 	dd if=libreboot.rom of=4mb.rom bs=1M skip=8
-- 
GitLab