From patchwork Mon Jun 11 18:08:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 927839 X-Patchwork-Delegate: sbabic@denx.de 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=ossystems.com.br Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 414LdD5SCjz9ryk for ; Tue, 12 Jun 2018 04:09:36 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 7A33FC21E2B; Mon, 11 Jun 2018 18:09:00 +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=-0.0 required=5.0 tests=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id A3DBFC21D8E; Mon, 11 Jun 2018 18:08:58 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D20C3C21DF3; Mon, 11 Jun 2018 18:08:34 +0000 (UTC) Received: from mail-qt0-f195.google.com (mail-qt0-f195.google.com [209.85.216.195]) by lists.denx.de (Postfix) with ESMTPS id 8DDD9C21DC1 for ; Mon, 11 Jun 2018 18:08:30 +0000 (UTC) Received: by mail-qt0-f195.google.com with SMTP id p23-v6so21177747qtn.6 for ; Mon, 11 Jun 2018 11:08:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:organization; bh=7Hs/y+MvzM3ABrhQfMvzLKi0Zyjwn3Xswvs4BsONwHg=; b=bUwFjnrvoQi6bpQzplF9ZExiGP4eoGjZTKX24BA3ihzuU+byRTw4K9GKzIgUYHvqBr gzDaVts5wccO+wwsHE2KFW3FRmsJh2/tHyzyae8J2qJGTxZf2gLoP1ljniDXIbr2yjcP DuCJNxHdVDR5IvyXOdwdZmwchGKa9bcne0BTMBqkp6mxaFeORPMDdg0szyctzXwmD9oe oCkXIQ+0UO55lZSXVphUv6NlhYZQyyQXGrUWnE2AsEoqPEVKwPRNg1/0k3avzoX5BN0N aEjeY+IHLBWUUhvpR73OlLZEh9DsvWNkeOWUvy6/Ajfqzy/WF7x1BAOi4tJTlT2Ec2g6 NSdA== X-Gm-Message-State: APt69E0xIttGpdqygyWfE3O79S8bqs5/UwQGO3wLUmSn5MtH76yY6glc 6J0rRzcr+itXuneQ9qKON8NqOg== X-Google-Smtp-Source: ADUXVKIE/8MhEKxPh7G5jblmNlSJfoirXQeUNI7zrwRiQooukJQU+rGeNdntiTi/s81pslhM3xwnig== X-Received: by 2002:a0c:f905:: with SMTP id v5-v6mr189958qvn.207.1528740509298; Mon, 11 Jun 2018 11:08:29 -0700 (PDT) Received: from localhost.localdomain ([187.23.153.102]) by smtp.gmail.com with ESMTPSA id r29-v6sm31223623qki.0.2018.06.11.11.08.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 11 Jun 2018 11:08:28 -0700 (PDT) Received: by localhost.localdomain (sSMTP sendmail emulation); Mon, 11 Jun 2018 15:08:23 -0300 From: Otavio Salvador To: U-Boot Mailing List Date: Mon, 11 Jun 2018 15:08:06 -0300 Message-Id: <20180611180807.5020-3-otavio@ossystems.com.br> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180611180807.5020-1-otavio@ossystems.com.br> References: <20180611180807.5020-1-otavio@ossystems.com.br> Organization: O.S. Systems Software LTDA. Cc: Vanessa Maegima , Otavio Salvador Subject: [U-Boot] [PATCH 3/3] pico-imx7d: Adjust the dtb name 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" From: Fabio Estevam Since kernel commit 41bbeadceb03 ("ARM: dts: imx7d-pico-pi: Separate into cpu and baseboard dts") the dtb name has changed. Fix it accordingly. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- include/configs/pico-imx7d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h index b208d7f4d9..d2ffa70fc5 100644 --- a/include/configs/pico-imx7d.h +++ b/include/configs/pico-imx7d.h @@ -41,7 +41,7 @@ "console=ttymxc4\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ - "fdt_file=imx7d-pico.dtb\0" \ + "fdt_file=imx7d-pico-pi.dtb\0" \ "fdt_addr=0x83000000\0" \ "ip_dyn=yes\0" \ "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \