From patchwork Tue Feb 19 21:18:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 221898 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 D547D2C0079 for ; Wed, 20 Feb 2013 08:19:04 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C887C4A1C3; Tue, 19 Feb 2013 22:18:59 +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 TmfXc0WUin3r; Tue, 19 Feb 2013 22:18:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EC0204A190; Tue, 19 Feb 2013 22:18:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 276564A18A for ; 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 7hkVbsu0r7vS for ; Tue, 19 Feb 2013 22:18:40 +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-gg0-f178.google.com (mail-gg0-f178.google.com [209.85.161.178]) by theia.denx.de (Postfix) with ESMTPS id 51A5F4A199 for ; Tue, 19 Feb 2013 22:18:32 +0100 (CET) Received: by mail-gg0-f178.google.com with SMTP id 21so877230ggh.9 for ; Tue, 19 Feb 2013 13:18:31 -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=AyKhHddvyLLB88B0PoKPhTiOnbPTxr+36R06aItKbP0=; b=yaNtYKY5xpf1Ros4QLBAWqmlYXL2Gl90zr/yzIYRP4qmDunn4JDLz4ApTjL0vVl6Q7 naJUR1sNcfdA5cfeRSXOUNWy/JUMfTy5sWqQx6IcH1J0HJGm8d/lkvYevuBgPZ0ZELL9 TdRea+rCu+HNtQADIEllEHHNnVeN2mehV6rRDhyeLS7GDOmQTlAMR80gTGDk1GKFzn9W 2ocitwG4s4DYa14QJKVtZu7StFVco6FVOeIG3wCNHWT9FpAij2Avo65+YnTC2Pt0Xnkd wG6fPXUG5V/KOqFm0VRhdflMOJaGOzb96v8kaqV7Dfs99zyjUwG+anIZPMbuVtN6bIR7 7caA== X-Received: by 10.236.150.175 with SMTP id z35mr32168930yhj.4.1361308710867; Tue, 19 Feb 2013 13:18:30 -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.28 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Feb 2013 13:18:29 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Tue, 19 Feb 2013 16:18:18 -0500 Message-Id: <1361308698-31041-4-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 4/4] omap4_common: 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/omap4_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 180cb24..6ae6a0f 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -52,7 +52,7 @@ #define CONFIG_MISC_INIT_R #define CONFIG_OF_LIBFDT 1 - +#define CONFIG_CMD_BOOTZ #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1