From patchwork Wed Jul 17 10:15:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kever Yang X-Patchwork-Id: 1133229 X-Patchwork-Delegate: ykai007@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=rock-chips.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="gIklGmS6"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45pY766zTJz9s3Z for ; Wed, 17 Jul 2019 20:15:30 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 9309EC21E26; Wed, 17 Jul 2019 10:15:26 +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, T_DKIM_INVALID 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 D43ADC21C29; Wed, 17 Jul 2019 10:15:24 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 53C95C21C27; Wed, 17 Jul 2019 10:15:23 +0000 (UTC) Received: from mail-pl1-f194.google.com (mail-pl1-f194.google.com [209.85.214.194]) by lists.denx.de (Postfix) with ESMTPS id BBA9DC21C29 for ; Wed, 17 Jul 2019 10:15:22 +0000 (UTC) Received: by mail-pl1-f194.google.com with SMTP id i2so11742121plt.1 for ; Wed, 17 Jul 2019 03:15:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id; bh=n6w3G1AIDoCaDcvH97qYwTSmIUINVT5h51mm7ShWYqI=; b=gIklGmS6dpKUjiWYtrbFF7nn2OgpClmBCSuPMMrIqc/yqQstFmZShS3fNfXaKetOec rE4SAfa+P2NLcJPhoe5s3OQK6Q0cejFfqqqVzVVHI2NxPYmGVMGZGmcabocKh/AMh+Rf DyGkggU7tfY8Xm/tcQQV5MmL+yo5cMRwIWna2SKGhtpZzrSVuVIgxf2SPC7Iq4APRqle NTnZxiNKxHnPbDF+dO3A59pSPnXvqeITcvw+JdCuO0LyHVlbF7VHTTF1xZzOhWJ65fgf y9twn5v3hh7MMuEgESTVHufAqrWLI6ALQfCz20ipUG/gScuCm1m0RfaV8MUdUkGO5tTP PUQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=n6w3G1AIDoCaDcvH97qYwTSmIUINVT5h51mm7ShWYqI=; b=oX9p0npYahLrLwgKgkbVho7D41Ua7wvR2lUzdNU5JdoXJNuIO7DXxbEdJe5NamPtAV 83wES22KDKOXHyHS6KshG8H7l24IBs78wZGtdQq7ZsHmdNp8QHt5nXzugxuSh32qFIPa qMc1B2TDSgiVR3a2rkOYR67rBRsZCEXXlv/+nBi5z0MQLnH1FQz4mEpYa63Xe742VVz7 SkOPcl8OLpesFIxtP7lL+VDZfJ5YFeYz4pgTPuMkYW8lpJu0pEpyxE7yCIwVPv5PsKsg rDrh5fHoq35A/06Npf0EB97V+OCGkJAuEO65zuPPNwyoRVC7cnuCypxiy2OoNF8VCXLr QsEQ== X-Gm-Message-State: APjAAAUU7U4YF0+lo4Z+gatXkelrSvHiFaxEVOOC7aLCAtM1LZLvCWDY 0ykXipC2i7CM02xl2CtpaXN4LRu8 X-Google-Smtp-Source: APXvYqxFDGimKgh2UeL7QSyS3Tvv8ziAzvmtHMSXNK7p9b5cqMdf4osv/BLtEpetuIxN22/L2lachw== X-Received: by 2002:a17:902:820c:: with SMTP id x12mr42408642pln.216.1563358520780; Wed, 17 Jul 2019 03:15:20 -0700 (PDT) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id 10sm25553960pfb.30.2019.07.17.03.15.18 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 17 Jul 2019 03:15:19 -0700 (PDT) From: Kever Yang To: u-boot@lists.denx.de Date: Wed, 17 Jul 2019 18:15:08 +0800 Message-Id: <20190717101508.19978-1-kever.yang@rock-chips.com> X-Mailer: git-send-email 2.17.1 Subject: [U-Boot] [PATCH] rockchip: spl-boot-order: update dependency to OF_LIBFDT 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" The fdt interfaces are actuall depends on OF_LIBFDT instead of OF_CONTROL, some boards may enable OF_CONTROL while disable OF_LIBFDT. Signed-off-by: Kever Yang --- arch/arm/mach-rockchip/spl-boot-order.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rockchip/spl-boot-order.c b/arch/arm/mach-rockchip/spl-boot-order.c index 0e485deda2..c19c285c07 100644 --- a/arch/arm/mach-rockchip/spl-boot-order.c +++ b/arch/arm/mach-rockchip/spl-boot-order.c @@ -8,7 +8,7 @@ #include #include -#if CONFIG_IS_ENABLED(OF_CONTROL) +#if CONFIG_IS_ENABLED(OF_LIBFDT) /** * spl_node_to_boot_device() - maps from a DT-node to a SPL boot device * @node: of_offset of the node