From patchwork Wed Oct 15 08:37:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 399812 X-Patchwork-Delegate: sjg@chromium.org 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 B219514007B for ; Wed, 15 Oct 2014 19:39:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C387DA781F; Wed, 15 Oct 2014 10:39:41 +0200 (CEST) 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 dr8pWsfkpcsY; Wed, 15 Oct 2014 10:39:41 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6D54BA77F0; Wed, 15 Oct 2014 10:39:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6980FA7777 for ; Wed, 15 Oct 2014 10:39:06 +0200 (CEST) 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 RtyXLiluNZ+p for ; Wed, 15 Oct 2014 10:39:06 +0200 (CEST) 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-vc0-f201.google.com (mail-vc0-f201.google.com [209.85.220.201]) by theia.denx.de (Postfix) with ESMTPS id 1149AA778F for ; Wed, 15 Oct 2014 10:39:01 +0200 (CEST) Received: by mail-vc0-f201.google.com with SMTP id hq11so57851vcb.2 for ; Wed, 15 Oct 2014 01:39:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=xRaCjJpE8Clz0dr4btS5ogkwt86Nb4BiWki8SnUHhuI=; b=ZOTOZateciMXZqPMfnbRYb/l6bWLPZBzTdKTzGoq2M0roOVk811BOT/La3+ZaDvheo nmsHrxArGBnjBvMn12/FpGst2v7ZJJ+y8iPKRVQtyASMwg3AeC2QPXgR6y9C/+oDhWrn 8J4/yH+AcWBUmEV0FgBnegaO8Xz4GKmb5lNHpTrRAh3NfWLvxYUM/XzqbdhLDo1ABJ3M rBwhWgLaJtbgwzcCetUUt+U1GI7NJ2GIjLW2XvB1yKI6pCafvNF6eEkEuj/20wA4HIn7 lj3cisuoheLJhkoriUYYp4W3ZbT0D01UbfGA5LnljZnHcoiKHs8poLtYM24LAiqdgk6y lW8w== X-Gm-Message-State: ALoCoQltD+n4fcQzVR84Hy+tDl+TBGCX7P+hM2WTSW3oXdVwYsU+W08T9t4DWu6fihuyFEEHBYZU X-Received: by 10.224.56.9 with SMTP id w9mr7255252qag.5.1413362340338; Wed, 15 Oct 2014 01:39:00 -0700 (PDT) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id l45si941022yha.2.2014.10.15.01.38.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Oct 2014 01:39:00 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id H5m6ZJcK.1; Wed, 15 Oct 2014 01:39:00 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 6B05D220692; Wed, 15 Oct 2014 02:38:59 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Wed, 15 Oct 2014 02:37:57 -0600 Message-Id: <1413362282-25451-8-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 In-Reply-To: <1413362282-25451-1-git-send-email-sjg@chromium.org> References: <1413362282-25451-1-git-send-email-sjg@chromium.org> Cc: u-boot-review@google.com, Tom Warren Subject: [U-Boot] [PATCH v9 07/12] dm: exynos: Move smdkc100 to generic board X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 The generic board deadline is approaching, and we need this feature to enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for smdkc100. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v8: - Add new patch to move smdkc100 to generic board Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None include/configs/smdkc100.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index 22835ff..a7eb33e 100644 --- a/include/configs/smdkc100.h +++ b/include/configs/smdkc100.h @@ -223,4 +223,6 @@ #define CONFIG_OF_LIBFDT +#define CONFIG_SYS_GENERIC_BOARD + #endif /* __CONFIG_H */