From patchwork Sun Dec 23 14:56:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 207979 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 502D72C007B for ; Mon, 24 Dec 2012 02:25:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 11C534A039; Sun, 23 Dec 2012 16:25:00 +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 TtzXQd7pEYO7; Sun, 23 Dec 2012 16:24:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EBF724A02D; Sun, 23 Dec 2012 16:24:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5CA704A02D for ; Sun, 23 Dec 2012 16:24:40 +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 DpjxBFq8++JG for ; Sun, 23 Dec 2012 16:24:37 +0100 (CET) X-Greylist: delayed 1355 seconds by postgrey-1.27 at theia; Sun, 23 Dec 2012 16:24:35 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-f179.google.com (mail-gh0-f179.google.com [209.85.160.179]) by theia.denx.de (Postfix) with ESMTPS id 46E3E4A02C for ; Sun, 23 Dec 2012 16:24:35 +0100 (CET) Received: by mail-gh0-f179.google.com with SMTP id r14so546433ghr.38 for ; Sun, 23 Dec 2012 07:24:29 -0800 (PST) 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=RbQC4sb78vWu8/nLgrNO3+BGYReaR9GmVzusA9PknzY=; b=Fx23Oj8A0AhUZRFeXOkVdjEFCM/vLo81Erqstjheip4TxlvYy9nO3Cj3xrlExCLkjB uxiXqkNogc8zTpD4amDxoVUiylnn7Go81GCQph5ilS113swjdQVhUDi4EWULFxcG3JbF YvunOrWc+N68/zfKrIyzK2bL3skkX+dJV9+CF7uTEOzYouMlt9bYu6uukF15/1e08Xbg rFCWsvPz1gLbHZ10h888eM3FFxkiPFS81TARRF2fYeRdZsiNEDgqmPWig9c1bUsAuXrV UNzU6KC4u6B4Oek3EJ5uV2Ie2kBNPiGJcOkXI3gvhb2pd24uh2qWD8CHiXDwCY7jimPl 4DaA== X-Received: by 10.236.122.34 with SMTP id s22mr18546953yhh.7.1356274580231; Sun, 23 Dec 2012 06:56:20 -0800 (PST) Received: from localhost.localdomain ([186.207.91.39]) by mx.google.com with ESMTPS id x9sm16521650yhl.17.2012.12.23.06.56.18 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 23 Dec 2012 06:56:19 -0800 (PST) From: Fabio Estevam To: sbabic@denx.de Date: Sun, 23 Dec 2012 12:56:11 -0200 Message-Id: <1356274571-15239-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH] mx35pdk: Allow booting of a device tree kernel 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: Fabio Estevam SelectCONFIG_OF_LIBFDT, so that a dt kernel can be launched. Signed-off-by: Fabio Estevam --- include/configs/mx35pdk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 88b2bd6..0db92a7 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -95,6 +95,7 @@ #include +#define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP