From patchwork Sun Oct 27 14:49:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Bilas X-Patchwork-Id: 1185029 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=grinn-global.com Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 471LMy4dmzz9sP3 for ; Mon, 28 Oct 2019 01:49:18 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CD6752043A; Sun, 27 Oct 2019 14:49:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9g6bHdU2a76q; Sun, 27 Oct 2019 14:49:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6CA1720116; Sun, 27 Oct 2019 14:49:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 76DB81BF5DA for ; Sun, 27 Oct 2019 14:49:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 740B28261B for ; Sun, 27 Oct 2019 14:49:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hbmhjicWcJ2R for ; Sun, 27 Oct 2019 14:49:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtp.megiteam.pl (smtp.megiteam.pl [31.186.83.105]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9B7F082146 for ; Sun, 27 Oct 2019 14:49:12 +0000 (UTC) Received: from host-81-161-202-3.oxylion.net.pl ([81.161.202.3] helo=bartekk-pc.lan) by smtp.megiteam.pl with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86.2_XX) (envelope-from ) id 1iOjqw-00058A-94; Sun, 27 Oct 2019 15:49:10 +0100 From: Bartosz Bilas To: buildroot@busybox.net Date: Sun, 27 Oct 2019 15:49:08 +0100 Message-Id: <20191027144908.32531-1-b.bilas@grinn-global.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] board/stm32mp157c-dk2: fix typos in readme and extlinux file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bartosz Bilas Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bartosz Bilas --- .../stm32mp157c-dk2/overlay/boot/extlinux/extlinux.conf | 2 +- board/stmicroelectronics/stm32mp157c-dk2/readme.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/stmicroelectronics/stm32mp157c-dk2/overlay/boot/extlinux/extlinux.conf b/board/stmicroelectronics/stm32mp157c-dk2/overlay/boot/extlinux/extlinux.conf index 325f3fc30e..5b7f56ee77 100644 --- a/board/stmicroelectronics/stm32mp157c-dk2/overlay/boot/extlinux/extlinux.conf +++ b/board/stmicroelectronics/stm32mp157c-dk2/overlay/boot/extlinux/extlinux.conf @@ -1,4 +1,4 @@ -label stm32mp15-buildroot +label stm32mp157c-dk2-buildroot kernel /boot/zImage devicetree /boot/stm32mp157c-dk2.dtb append root=/dev/mmcblk0p4 rootwait diff --git a/board/stmicroelectronics/stm32mp157c-dk2/readme.txt b/board/stmicroelectronics/stm32mp157c-dk2/readme.txt index ac2061a234..8edc3e8bbb 100644 --- a/board/stmicroelectronics/stm32mp157c-dk2/readme.txt +++ b/board/stmicroelectronics/stm32mp157c-dk2/readme.txt @@ -1,9 +1,9 @@ -STM32MP157 Discovery Kit +STM32MP157C Discovery Kit v2 Intro ===== -This configuration supports the STM32MP157 Discovery Kit 2 (DK2) +This configuration supports the STM32MP157C Discovery Kit 2 (DK2) platform: https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html @@ -11,7 +11,7 @@ platform: How to build ============ - $ make stm32mp157_dk_defconfig + $ make stm32mp157c_dk2_defconfig $ make How to write the microSD card