From patchwork Thu Jun 14 20:34:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guillaume GARDET X-Patchwork-Id: 929705 X-Patchwork-Delegate: promsoft@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=free.fr Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 416Fj06f3mz9s3C for ; Fri, 15 Jun 2018 06:34:27 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id E404EC21DF8; Thu, 14 Jun 2018 20:34:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=no autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id A5060C21C27; Thu, 14 Jun 2018 20:34:17 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 61542C21C27; Thu, 14 Jun 2018 20:34:16 +0000 (UTC) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by lists.denx.de (Postfix) with ESMTPS id 64EF1C21BE5 for ; Thu, 14 Jun 2018 20:34:14 +0000 (UTC) Received: from localhost.localdomain (unknown [91.163.92.88]) by smtp1-g21.free.fr (Postfix) with ESMTP id 69BE1B0054B; Thu, 14 Jun 2018 22:34:13 +0200 (CEST) From: Guillaume GARDET To: u-boot@lists.denx.de Date: Thu, 14 Jun 2018 22:34:10 +0200 Message-Id: <20180614203410.10482-1-guillaume.gardet@free.fr> X-Mailer: git-send-email 2.17.1 Cc: Tom Rini , Akshay Saraswat , Guillaume GARDET Subject: [U-Boot] [PATCH] snow: set fdtfile X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Needed to boot with EFI distro boot. Signed-off-by: Guillaume GARDET Cc: Akshay Saraswat Cc: Tom Rini --- include/configs/snow.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/snow.h b/include/configs/snow.h index 3b0db32ece..c546a5a6d0 100644 --- a/include/configs/snow.h +++ b/include/configs/snow.h @@ -8,6 +8,9 @@ #ifndef __CONFIG_SNOW_H #define __CONFIG_SNOW_H +#define EXYNOS_FDTFILE_SETTING \ + "fdtfile=exynos5250-snow.dtb\0" + #include #include #include