From patchwork Fri Mar 15 12:32:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo Serra X-Patchwork-Id: 227966 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 26C6F2C00B8 for ; Fri, 15 Mar 2013 23:32:56 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1C04E4A180; Fri, 15 Mar 2013 13:32:54 +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 zRQ9WNeIdLqn; Fri, 15 Mar 2013 13:32:53 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 24D624A182; Fri, 15 Mar 2013 13:32:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 877B14A182 for ; Fri, 15 Mar 2013 13:32:50 +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 KsRGFoQB7BnU for ; Fri, 15 Mar 2013 13:32:49 +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-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by theia.denx.de (Postfix) with ESMTPS id DDB064A180 for ; Fri, 15 Mar 2013 13:32:48 +0100 (CET) Received: by mail-we0-f178.google.com with SMTP id o45so3102170wer.37 for ; Fri, 15 Mar 2013 05:32:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=w+4Bmr2v/VsQBey0VhHLByy/CDKSbV9AhzXLI4iGbGI=; b=Yp0MMuOu0bWkU8ymIHExm3afxwzceE5OTYJSA41SJmV84JiH3Bage7X2qUvEP47pts zHN9EpBsj5CUramP8HWcpp4BivLw+mESV8hw/Wj/kkrJFcs9RD4mJOfPGo3boXbSjwmf FuU7lMOMzEOg5J8grrhmejITSH+HTnIgpaQgzd+4NNYOCO6bSZdsYbGnojQO/KhzQwIE rymGVGVJ7tD+wftsQBMZxALjp9rI9aipuVuJiuLoFm9nkUUeaMemZimfnFdXPtTWF4GB Z0QF0Pgh0D/rBFAnEj8vsx8jAhnQcFLhwUdlifzqxKOeMAEp14V67RWUmKJHomvetyQf KInw== X-Received: by 10.180.8.4 with SMTP id n4mr2606267wia.13.1363350766736; Fri, 15 Mar 2013 05:32:46 -0700 (PDT) Received: from localhost.localdomain (43.Red-2-139-180.staticIP.rima-tde.net. [2.139.180.43]) by mx.google.com with ESMTPS id o8sm2555852wix.7.2013.03.15.05.32.45 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Mar 2013 05:32:46 -0700 (PDT) From: Enric Balletbo i Serra To: u-boot@lists.denx.de, trini@ti.com, javier@dowhile0.org Date: Fri, 15 Mar 2013 13:32:35 +0100 Message-Id: <1363350755-8829-1-git-send-email-eballetbo@gmail.com> X-Mailer: git-send-email 1.7.10.4 Cc: Enric Balletbo i Serra Subject: [U-Boot] [PATCH] igep00x0: 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 From: Enric Balletbo i Serra 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. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Javier Martinez Canillas --- include/configs/igep00x0.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index 0e7f924..670b665 100644 --- a/include/configs/igep00x0.h +++ b/include/configs/igep00x0.h @@ -54,7 +54,8 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_REVISION_TAG 1 -#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_LIBFDT +#define CONFIG_CMD_BOOTZ /* * NS16550 Configuration