From patchwork Sun Apr 28 09:09:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 1092211 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=amarulasolutions.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="dEtzQviH"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44sMYQ3SNDz9s7T for ; Sun, 28 Apr 2019 19:14:18 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id D9010C21E3B; Sun, 28 Apr 2019 09:11:49 +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 9D630C21EA8; Sun, 28 Apr 2019 09:10:38 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 57E58C21E3E; Sun, 28 Apr 2019 09:10:01 +0000 (UTC) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by lists.denx.de (Postfix) with ESMTPS id B0A33C21EBE for ; Sun, 28 Apr 2019 09:09:55 +0000 (UTC) Received: by mail-pg1-f196.google.com with SMTP id k19so3719964pgh.0 for ; Sun, 28 Apr 2019 02:09:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=eCXXxbS350tcxIqTsUZMM4f279DxaWxGFOZAXsVfst4=; b=dEtzQviHls9FyHfnkqqdhFRSh0YC1t8Z6KixOh0GvIoPvU5uCmxc8YcSeRy2jdsKTG gvXXs36GwK0rriXelJwcB++nJM9TKHtTJd3Ktr/saMHICju97mStZf0lHFo0w8nmYmqC kzv35x7lWnLaBaCEeTl/oucWX56vDb6Y08t5Q= 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:content-transfer-encoding; bh=eCXXxbS350tcxIqTsUZMM4f279DxaWxGFOZAXsVfst4=; b=f2v354y5/t1OhS5XpBmWYNMVRtZ7eZSUlWRTxCXSr+dfrl6aMuw7X0ywXy6CHyJlC8 QQMQBFgImA0jQHf8QNiO6sV46dCwtEV22DLbJzxBJKjes5U/eL4RRbUisGEDo92RY632 CDaND4igG+OcxMvJgqj56z3zxjvO32vwHgIxLjuQcs5mriJYcdhTFe1NOqbXEhWsF08l HsaFW8Hpm12IjWF8MiCj6iKHqF916RwMOOmhqu+iIPI8wKrcmOX7q8ytgEgu87Jvi+KN oJ9cqmDTRBrFld4NZmeOpu3V5aAXeslBqMqgDeAdqkybhnZYudZe8/rShIt3cmF2V7aO XRhg== X-Gm-Message-State: APjAAAVx2DmleyODJxQ5/2g+DGh3BQZeO3U1oZlHClNFtRrtpTWojb7b W3H13VlJCBmKsfsdgygNI8KrQA== X-Google-Smtp-Source: APXvYqxeF4mTjRBbMKBm+zNhd0XvscOnxnZSHO7AVGOULdL1u+zFI5XYzmCKi1E7gI8M69svJx2VWQ== X-Received: by 2002:a62:1483:: with SMTP id 125mr14974621pfu.161.1556442594347; Sun, 28 Apr 2019 02:09:54 -0700 (PDT) Received: from localhost.localdomain ([115.97.185.144]) by smtp.gmail.com with ESMTPSA id k7sm3040338pfk.93.2019.04.28.02.09.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Apr 2019 02:09:53 -0700 (PDT) From: Jagan Teki To: Simon Glass , Philipp Tomsich , Kever Yang , Akash Gajjar , Tom Rini , Manivannan Sadhasivam Date: Sun, 28 Apr 2019 14:39:10 +0530 Message-Id: <20190428090913.10568-7-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.18.0.321.gffc6fa0e3 In-Reply-To: <20190428090913.10568-1-jagan@amarulasolutions.com> References: <20190428090913.10568-1-jagan@amarulasolutions.com> MIME-Version: 1.0 Cc: linux-rockchip@lists.infradead.org, linux-amarula@amarulasolutions.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH v2 6/9] Kconfig: Add u-boot.itb BUILD_TARGET for Rockchip 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" Add u-boot.itb BUILD_TARGET for Rockchip platform when SPL_LOAD_FIT is being used. This can get rid of building itb explicitly with 'make u-boot.itb' so, from now all required images will build just by make. Signed-off-by: Jagan Teki --- Kconfig | 2 +- doc/README.rockchip | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Kconfig b/Kconfig index 5679a288ec..7e918e5c37 100644 --- a/Kconfig +++ b/Kconfig @@ -230,7 +230,7 @@ config BUILD_TARGET default "u-boot-with-spl.sfp" if TARGET_SOCFPGA_GEN5 default "u-boot-spl.kwb" if ARCH_MVEBU && SPL default "u-boot-elf.srec" if RCAR_GEN3 - default "u-boot.itb" if SPL_LOAD_FIT && ARCH_SUNXI + default "u-boot.itb" if SPL_LOAD_FIT && (ROCKCHIP_RK3399 || ARCH_SUNXI) default "u-boot.kwb" if KIRKWOOD help Some SoCs need special image types (e.g. U-Boot binary diff --git a/doc/README.rockchip b/doc/README.rockchip index 88a4593392..c4e5f83da7 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -103,7 +103,6 @@ For example: => cd /path/to/u-boot => make nanopi-neo4-rk3399_defconfig => make - => make u-boot.itb - Get the rkbin @@ -170,7 +169,6 @@ For example: => cd /path/to/u-boot => make orangepi-rk3399_defconfig => make - => make u-boot.itb (Get spl/u-boot-spl-dtb.bin, u-boot.itb images and some boards would get spl/u-boot-spl.bin since it doesn't enable CONFIG_SPL_OF_CONTROL)