From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 273BEAC12BC for ; Tue, 18 Jul 2023 10:22:42 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=VxWXYBlG/fDgi5OqMGRk5Sh5DxGGxbTvkCASoLft+ko=; c=relaxed/simple; d=groups.io; h=X-Received:X-Received:X-Received:X-Virus-Scanned:X-Received:X-Received:From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Unsubscribe:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:X-Gm-Message-State:Content-Transfer-Encoding; s=20140610; t=1689675761; v=1; b=llwJ9yp8S9zg0Q5xdWmuK6PeWGP/ZgVHvKxmpUjFBEMAqe6jmAphMG7nCGbZzWTZiQLW4mP+ 4+QPhp+HCf9laM5Hn2/FnCIevrcZZgvXxwwUcjW/AH6y/wAbK6UtRo3L8R5WiHDVh1h7Dp8FV/g M+I6//1SZbcVl6F7LscLJZKY= X-Received: by 127.0.0.2 with SMTP id 6dlkYY7687511xsk7Gh1YzNX; Tue, 18 Jul 2023 03:22:41 -0700 X-Received: from muminek.juszkiewicz.com.pl (muminek.juszkiewicz.com.pl [213.251.184.221]) by mx.groups.io with SMTP id smtpd.web11.4510.1689675760306875488 for ; Tue, 18 Jul 2023 03:22:40 -0700 X-Received: from localhost (localhost [127.0.0.1]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTP id 02C2126070D; Tue, 18 Jul 2023 12:22:36 +0200 (CEST) X-Virus-Scanned: Debian amavis at juszkiewicz.com.pl X-Received: from muminek.juszkiewicz.com.pl ([127.0.0.1]) by localhost (muminek.juszkiewicz.com.pl [127.0.0.1]) (amavis, port 10024) with ESMTP id pm_XSh9R12LK; Tue, 18 Jul 2023 12:22:34 +0200 (CEST) X-Received: from applejack.lan (83.21.150.147.ipv4.supernova.orange.pl [83.21.150.147]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTPSA id AB22F26009C; Tue, 18 Jul 2023 12:22:32 +0200 (CEST) From: "Marcin Juszkiewicz" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Masahisa Kojima , Marcin Juszkiewicz Subject: [edk2-devel] [PATCH edk2-platforms] SbsaQemu: fix typo Date: Tue, 18 Jul 2023 12:22:26 +0200 Message-ID: <20230718102226.1058606-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,marcin.juszkiewicz@linaro.org X-Gm-Message-State: iDxehhZqsqgsOgKWbhQMHep4x7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=llwJ9yp8; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Masahisa Kojima Fix typo in Readme.md Signed-off-by: Masahisa Kojima Signed-off-by: Marcin Juszkiewicz --- Platform/Qemu/SbsaQemu/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Re= adme.md index cdee8b41507e..abee24df0e9d 100644 --- a/Platform/Qemu/SbsaQemu/Readme.md +++ b/Platform/Qemu/SbsaQemu/Readme.md @@ -97,7 +97,7 @@ Create a directory $WORKSPACE that would hold source co= de of the components. cd $WORKSPACE build -b RELEASE -a AARCH64 -t GCC5 -p edk2-platforms/Platform/Qemu/Sb= saQemu/SbsaQemu.dsc ``` - Copy SBSA_FLASH0.fd and SBSA_FLASH0.fd to top $WORKSPACE directory. + Copy SBSA_FLASH0.fd and SBSA_FLASH1.fd to top $WORKSPACE directory. Then extend the file size to match the machine flash size. ``` cp Build/SbsaQemu/RELEASE_GCC5/FV/SBSA_FLASH[01].fd . --=20 2.41.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107006): https://edk2.groups.io/g/devel/message/107006 Mute This Topic: https://groups.io/mt/100212872/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-