From patchwork Fri Feb 8 17:12:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 1038808 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=ziswiler.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43x2911lCxz9sMp for ; Sat, 9 Feb 2019 04:24:05 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id DF7D9C22036; Fri, 8 Feb 2019 17:16:34 +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=SPF_HELO_PASS 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 9219AC2205F; Fri, 8 Feb 2019 17:13:24 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3F3A2C22055; Fri, 8 Feb 2019 17:13:00 +0000 (UTC) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by lists.denx.de (Postfix) with ESMTPS id 3AD80C2203F for ; Fri, 8 Feb 2019 17:12:56 +0000 (UTC) Received: from localhost.localdomain ([81.221.139.23]) by mrelay.perfora.net (mreueus001 [74.208.5.2]) with ESMTPSA (Nemesis) id 0LwYMD-1hB0Xr2Udb-018CzO; Fri, 08 Feb 2019 18:12:53 +0100 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Fri, 8 Feb 2019 18:12:16 +0100 Message-Id: <20190208171226.16169-14-marcel@ziswiler.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190208171226.16169-1-marcel@ziswiler.com> References: <20190208171226.16169-1-marcel@ziswiler.com> MIME-Version: 1.0 X-Provags-ID: V03:K1:8Itg3JBr6Gr/o4dKV/U9rkY16yzHfbl1HdTNnVbgJuqEJNLpcfb swUpSoh8tgXpxeTAJ6bvxqUWyd/ZLXrD6V4rPdYXaBC9jrv1pJGcnTVrIdJZ0/7xInZM6vk qC1gqD7vvSBO+EfsIOH2Lo6TY2tIQvEcF/gJeaCewl3NVnkg/usnS7D4TaSh1gwpkgRvGLa hxCuEj3DjAE6aJjfxA7Og== X-UI-Out-Filterresults: notjunk:1; V03:K0:ufwexmxjLxc=:3/034yUAd0aZE5Q7TNP+fs vLsqVlCprpZj26f3N0g1MLo3mDPc19URd1eS++8D+ASU68tuVein05AZ/4eOVllTWLVSrAjnZ c30i5Ptf0Xq4H8LO0hqil2zQDv2kYlbhstuO2L2e4eawWYWqLpaqtUO1+hZ1Fi1sWMwPU1Ucn tBsEPvuB1QfmaI6yikRBgr5y++clzyF2lggGqxwG6LOOPvBiiVqlnI1/jo2ntj9+QivyeeO1z NgZOy6d43RwWgEE7FqdCsKaJ2Eirr+M7mwQNUSbcX9VjIpfUriZFsCuGz0h6Gmf68fqrlUl9D GzBHfbWl+MbkqzJ+KnzxWOi2E5fK+HwihtZMfcl24MryVdRI4rwEMKOMdXm9hlFhK3w/eIifm zYGiN8Otr1v1SffDGLKwuF2+okumati1zLzr1kz0RWWRi/mIEcl1cBK/+Q5We7jtoSTaDhVH4 ISsHY4NPdC14081v66WKfPa4vRlEf+MLcYcOxvQOzd5XcppuYtX4CJ0TjEdW7f+8ASHQFP/Ih HlyiVaC7/GOBa/YjPtIiFZJiUS9LqsWVjhMnpxNzpfyJLBsJUa43PbyhUunX/kHb+GrNDJtnO 2geeKXxOvn93DMCCCz7Bq3vUdJolWJoY56RiZByOielmas4b9fxxqzvLk6Nxb5shw5O62Ll2z KvcNyzUpd7+MP6bhqR+jBJmj3v0aB0sGFnixvUeIlqKHtdQ1DIsQx6ADXpz9/5fJguzt9xv/x rwypbUKiEclvZzdUft+CrW+fg9kD6H3lBlOfxA== Cc: Marcel Ziswiler , Max Krummenacher Subject: [U-Boot] [PATCH v2 13/23] apalis_imx6: drop CONFIG_OF_SYSTEM_SETUP 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" From: Marcel Ziswiler This doesn't do anything anymore, probably never did. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- Changes in v2: None board/toradex/apalis_imx6/apalis_imx6.c | 7 ------- include/configs/apalis_imx6.h | 2 -- 2 files changed, 9 deletions(-) diff --git a/board/toradex/apalis_imx6/apalis_imx6.c b/board/toradex/apalis_imx6/apalis_imx6.c index 1faa94f99d..254fa4ddfb 100644 --- a/board/toradex/apalis_imx6/apalis_imx6.c +++ b/board/toradex/apalis_imx6/apalis_imx6.c @@ -706,13 +706,6 @@ int board_late_init(void) } #endif /* CONFIG_BOARD_LATE_INIT */ -#if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_SYSTEM_SETUP) -int ft_system_setup(void *blob, bd_t *bd) -{ - return 0; -} -#endif - int checkboard(void) { char it[] = " IT"; diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index 6b20d1e104..382048d2ef 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -259,8 +259,6 @@ #define CONFIG_SYS_MMC_ENV_PART 1 #endif -#define CONFIG_OF_SYSTEM_SETUP - #define CONFIG_CMD_TIME #endif /* __CONFIG_H */