From patchwork Tue Feb 19 21:18:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 221895 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 ACA382C0079 for ; Wed, 20 Feb 2013 08:18:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C65B94A189; Tue, 19 Feb 2013 22:18:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 bPjYtR-2Swws; Tue, 19 Feb 2013 22:18:41 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0E71F4A1AC; Tue, 19 Feb 2013 22:18:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B6E334A18A for ; Tue, 19 Feb 2013 22:18:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 4OE8OYWGfy-4 for ; Tue, 19 Feb 2013 22:18:29 +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-gh0-f177.google.com (mail-gh0-f177.google.com [209.85.160.177]) by theia.denx.de (Postfix) with ESMTPS id A854E4A17E for ; Tue, 19 Feb 2013 22:18:27 +0100 (CET) Received: by mail-gh0-f177.google.com with SMTP id g22so886936ghb.22 for ; Tue, 19 Feb 2013 13:18:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=QR0cdnY9sVOcQJ7kYjLFdxWk/0PMfkegXcqg7kVNKSA=; b=ZkhTMD+AI+VdmPcd7BcfZXoOUPbNat2UOajIzlIS+8SKOoyWBaqQjSFh+uTLsrZ66l 5rW0TUAwjyzilSijRgYNv9PBk8C8q9qqGy/KLIP1oHnz0lsPkfMe5epPissu8kAjs6Me jMwjUjARgRoC2eUprGBAlxVA10kA7oKvBUbrGdU0yo1K4nU+7f02dKcosEiyTnM47OW3 N7yjkv1YNi4Gs472uS6zs4jmcr/IHPukrhW2lgIsSiukUd/eINLeFTM1LZ38gejHmId2 2Us4XZZ7lu2WmB2ANXOTE6biUZrjh0cxwpWvObCqjs3uvEY3rYQhPd3CUofga/BHwzff UV4g== X-Received: by 10.236.124.208 with SMTP id x56mr31111062yhh.67.1361308706064; Tue, 19 Feb 2013 13:18:26 -0800 (PST) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPS id d80sm99116268yhg.4.2013.02.19.13.18.23 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Feb 2013 13:18:24 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Tue, 19 Feb 2013 16:18:16 -0500 Message-Id: <1361308698-31041-2-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1361308698-31041-1-git-send-email-trini@ti.com> References: <1361308698-31041-1-git-send-email-trini@ti.com> Subject: [U-Boot] [PATCH 2/4] omap5_evm: Enable CONFIG_CMD_BOOTZ X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de With v3.9 and later of the Linux Kernel defaulting to multi-platform images with omap2plus_defconfig, uImage isn't builtable anymore by default. Add CONFIG_CMD_BOOTZ so that we can still boot something the kernel spits out. Cc: Sricharan R Signed-off-by: Tom Rini Reviewed-by: R Sricharan --- include/configs/omap5_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h index 623da77..85ea88b 100644 --- a/include/configs/omap5_evm.h +++ b/include/configs/omap5_evm.h @@ -55,6 +55,7 @@ #define CONFIG_MISC_INIT_R #define CONFIG_OF_LIBFDT +#define CONFIG_CMD_BOOTZ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS