From patchwork Mon Oct 19 16:24:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Viktorin X-Patchwork-Id: 532451 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id CB4E9140281 for ; Tue, 20 Oct 2015 03:27:25 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0671B8C2ED; Mon, 19 Oct 2015 16:27:25 +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 HskFGYpVgzPt; Mon, 19 Oct 2015 16:27:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 24D818C2A6; Mon, 19 Oct 2015 16:27:19 +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 A057E1C118B for ; Mon, 19 Oct 2015 16:27:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 99FC88C0EA for ; Mon, 19 Oct 2015 16:27:18 +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 yTrPvswvnWpl for ; Mon, 19 Oct 2015 16:27:16 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from wes1-so2.wedos.net (wes1-so2.wedos.net [46.28.106.16]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6EE8E8C370 for ; Mon, 19 Oct 2015 16:27:14 +0000 (UTC) Received: from pcviktorin.fit.vutbr.cz (pcviktorin.fit.vutbr.cz [147.229.13.147]) by wes1-so2.wedos.net (Postfix) with ESMTPSA id 3nfk4w6gzmzBjF; Mon, 19 Oct 2015 18:27:12 +0200 (CEST) From: Jan Viktorin To: buildroot@buildroot.org Date: Mon, 19 Oct 2015 18:24:54 +0200 Message-Id: <1445271894-22553-5-git-send-email-viktorin@rehivetech.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1445271894-22553-1-git-send-email-viktorin@rehivetech.com> References: <1445271894-22553-1-git-send-email-viktorin@rehivetech.com> Cc: Thomas Petazzoni , Jan Viktorin Subject: [Buildroot] [PATCH 4/4] socfpga: note about unnecessary mkpimage of SPL X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Jan Viktorin --- board/altera/readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/altera/readme.txt b/board/altera/readme.txt index 882f54d..82c2dcd 100644 --- a/board/altera/readme.txt +++ b/board/altera/readme.txt @@ -88,6 +88,8 @@ Remember that without signing the u-boot-spl.bin, the board will not boot !!! $ mkpimage u-boot-spl.bin -o u-boot-spl-signed.bin +This seems to be not true at least for the socdk board. + Prepare your SDcard ===================