From patchwork Sun Dec 4 22:21:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 702501 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3tX2Rd2PXvz9t1B for ; Mon, 5 Dec 2016 09:21:32 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3BD3FA7599; Sun, 4 Dec 2016 23:21:27 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uNzN3L5dUW0S; Sun, 4 Dec 2016 23:21:26 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 28D724B98B; Sun, 4 Dec 2016 23:21:26 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BA6804B98B for ; Sun, 4 Dec 2016 23:21:22 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v5_D8Y2LjNcI for ; Sun, 4 Dec 2016 23:21:22 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-yw0-f196.google.com (mail-yw0-f196.google.com [209.85.161.196]) by theia.denx.de (Postfix) with ESMTPS id 1C92F4B71E for ; Sun, 4 Dec 2016 23:21:19 +0100 (CET) Received: by mail-yw0-f196.google.com with SMTP id b66so25043575ywh.2 for ; Sun, 04 Dec 2016 14:21:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=wWQX3Y2Qg7xmovy4jkx7fjAPBbFA44GNFhqQlnKFXhI=; b=K8/1GWaYOIYBdY+AEgDVF5xBMqM6O2b5Gt/XViAhxWFmYP3vdYKtzZPKtIlmMLVOl/ QQRAzt5uxGyNRkXL3FvSOnY0RCkXJRjxsBYbk+8wECk8ZRapeknSyOWT+izYPe9wp0B4 CrbMvlkQ6DlMLc2apFUAX7a9F15mfCKFwKSXqh1cJwOmY8jrk+DeCcU1LQZqgRDoxPR6 rqkrMOhGJLVKXhU66Q+ls403M5EAjX0YakEwhrBAa1tRvyS7ttuRRkvGswNttRVzY6Iw zG1YyB1TrfNZhVY/5CUU+bK3xqrLoeg+LWyj53aIzt8SvgvtThWlpIdJ+onQA21UQC+b 3ysQ== X-Gm-Message-State: AKaTC01k8a2tYSBnvyFc458jgLw8aRQ7xAjailgGdSCeo4bu9slXoyPMDtAR63K5Xqn7Zw== X-Received: by 10.129.103.214 with SMTP id b205mr60286405ywc.217.1480890077782; Sun, 04 Dec 2016 14:21:17 -0800 (PST) Received: from localhost.localdomain (cpe-75-180-228-133.ec.res.rr.com. [75.180.228.133]) by smtp.gmail.com with ESMTPSA id m136sm5852316ywd.19.2016.12.04.14.21.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 04 Dec 2016 14:21:17 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Sun, 4 Dec 2016 17:21:14 -0500 Message-Id: <1480890074-20229-1-git-send-email-trini@konsulko.com> X-Mailer: git-send-email 1.9.1 Subject: [U-Boot] [PATCH] omap4_sdp4430: Disable SPL_OS_BOOT X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 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" We are tight on space on this board so drop SPL_OS_BOOT Signed-off-by: Tom Rini --- configs/omap4_sdp4430_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/omap4_sdp4430_defconfig b/configs/omap4_sdp4430_defconfig index 57dcf32e224a..de339ca2c9c3 100644 --- a/configs/omap4_sdp4430_defconfig +++ b/configs/omap4_sdp4430_defconfig @@ -8,7 +8,6 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y -CONFIG_SPL_OS_BOOT=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_ASKENV=y # CONFIG_CMD_FLASH is not set