From patchwork Fri Sep 14 18:53:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 970044 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 42Bl7936C3z9s3x for ; Sat, 15 Sep 2018 04:54:29 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 57788C21FBF; Fri, 14 Sep 2018 18:54:10 +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_H2 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 1CEC2C2207A; Fri, 14 Sep 2018 18:54:07 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B7E83C2205C; Fri, 14 Sep 2018 18:53:56 +0000 (UTC) Received: from mail-qk1-f193.google.com (mail-qk1-f193.google.com [209.85.222.193]) by lists.denx.de (Postfix) with ESMTPS id 26946C2205C for ; Fri, 14 Sep 2018 18:53:53 +0000 (UTC) Received: by mail-qk1-f193.google.com with SMTP id b19-v6so5727267qkc.6 for ; Fri, 14 Sep 2018 11:53:53 -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:mime-version:organization:content-transfer-encoding; bh=y8dpZSTPSNim7FhDfW5sKRPIqjkooSSeMH05l6tlITM=; b=pJVoaydolu6UFe0vD1zDaUi6V9ldq5dWLeHFPM9NQhGXH7wM0HxyrzG8kjXuqm/AOJ WkuwkNVRijx+hUaH4IgRGtqYq/afNFifXboQb7hItXrBEo3e7pc9YfARpt9sfOsATmCc fwzzVeGBNsjBZyWYWGpi+5BM8lSW9o1/iNKRei3JW5bcKbsOoEKZjPzN2AFH+vQgPEfE h5yGxfvrp2UYgI7kg0z9JgJ3ogy6CRE4bTjFjkO2U80UrOUteahyerX+ASbsz9U6Gtfm 7qcZITSz0vXCsT0KkwSu3wpGN/8LIeY3tqhuG7DiH5ALG37QyR84zy7xRfroeyY6T3wX ZsiQ== X-Gm-Message-State: APzg51CX2KgeMytqRKB786UWwes3h8eM0zIF6ES5/f6x1YTEplHnNpkD M89O/0IQeFhJmnBXqGHq0GpAQYdmGVA= X-Google-Smtp-Source: ANB0VdYwdfnZKw1Ro9z9mRXOg2s2eTgvnP9RxnXBsfMx50XB4wOaIwdYP/E7VMPNT31BrK2Tz7U1eg== X-Received: by 2002:a37:9704:: with SMTP id z4-v6mr9515307qkd.37.1536951231875; Fri, 14 Sep 2018 11:53:51 -0700 (PDT) Received: from localhost.localdomain ([177.194.218.61]) by smtp.gmail.com with ESMTPSA id l10-v6sm4246937qkk.49.2018.09.14.11.53.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Sep 2018 11:53:51 -0700 (PDT) Received: by localhost.localdomain (sSMTP sendmail emulation); Fri, 14 Sep 2018 15:53:46 -0300 From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 14 Sep 2018 15:53:32 -0300 Message-Id: <20180914185336.13383-2-otavio@ossystems.com.br> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180914185336.13383-1-otavio@ossystems.com.br> References: <20180914185336.13383-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. Cc: Marek Vasut , Otavio Salvador , Fabio Estevam , Richard Hu , John Weber Subject: [U-Boot] [PATCH 2/6] pico-imx6ul: Add PICO-Pi baseboard support 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This adds the device tree to the DFU and bootmenu environment setting. Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 8c657c13ac..3d93205535 100644 --- a/include/configs/pico-imx6ul.h +++ b/include/configs/pico-imx6ul.h @@ -60,11 +60,14 @@ "u-boot raw 0x8a 0x400 mmcpart 1;" \ "/boot/zImage ext4 0 1;" \ "/boot/imx6ul-pico-hobbit.dtb ext4 0 1;" \ + "/boot/imx6ul-pico-pi.dtb ext4 0 1;" \ "rootfs part 0 1\0" \ #define BOOTMENU_ENV \ "bootmenu_0=Boot using PICO-Hobbit baseboard=" \ "setenv fdtfile imx6ul-pico-hobbit.dtb\0" \ + "bootmenu_1=Boot using PICO-Pi baseboard=" \ + "setenv fdtfile imx6ul-pico-pi.dtb\0" \ #define CONFIG_SYS_MMC_IMG_LOAD_PART 1