From patchwork Tue Dec 3 01:30:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 296047 X-Patchwork-Delegate: albert.aribaud@free.fr 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 B66912C00A0 for ; Tue, 3 Dec 2013 12:31:07 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E1F584B3D8; Tue, 3 Dec 2013 02:31:03 +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 s11O8DZN6eLP; Tue, 3 Dec 2013 02:31:03 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A476B4B3D9; Tue, 3 Dec 2013 02:30:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1697E4B3D9 for ; Tue, 3 Dec 2013 02:30:53 +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 z3hMfNcV6pp1 for ; Tue, 3 Dec 2013 02:30:47 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=ERR(-1.5) (only DNSBL check requested) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by theia.denx.de (Postfix) with ESMTPS id 720D64B3D7 for ; Tue, 3 Dec 2013 02:30:33 +0100 (CET) Received: by mail-pb0-f42.google.com with SMTP id uo5so20283580pbc.29 for ; Mon, 02 Dec 2013 17:30:32 -0800 (PST) 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; bh=T6dBTNaKvkC5aTzz8fCiIjWeqqtTnxG9rngCNQM9RnE=; b=HV2VX6FymgRiO34Zc0jFa0xWT2DV8EJnlg1Tgbb7ovTM+YFRswki9Wn+XH3vBUCJTu 04vBkP8YgN2mz2Ku+K8cot2REKe6t4jVhMU8rW2tELdQSgQnlUKe+8nQKLSp8aWK3gVb V3a3G1c3rRPm7RvXFbuwU9xJgGFlY/R5t+VIj5LOBe5y7B1WLuWWrDlbY/V//SBwdNTn mw0cEbWc/rybXjt+upkURXNwN5VqxGK1eEdsptkCKe7j/mKsvMMsl5q/Ow3/hQ30D4Dt fuaYgzGbns64L81geaorzqNiAjIjJBDzEiXvjgHNVeOp5YKplslAyWrpv+7LTWc7maK5 kbYQ== X-Gm-Message-State: ALoCoQmcB7W/gHOGwbOkqbhk5FZVUIfqLdGn17LsP2eOgBFgnzmcAIDlRa8DRoYdxoJFV2cera2C X-Received: by 10.68.198.97 with SMTP id jb1mr35004328pbc.104.1386034232102; Mon, 02 Dec 2013 17:30:32 -0800 (PST) Received: from chimagu (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id ka3sm125696247pbc.32.2013.12.02.17.30.29 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 02 Dec 2013 17:30:30 -0800 (PST) Received: from iwamatsu by chimagu with local (Exim 4.82) (envelope-from ) id 1Vneog-0007QP-JI; Tue, 03 Dec 2013 10:30:22 +0900 From: Nobuhiro Iwamatsu To: albert.u.boot@aribaud.net Date: Tue, 3 Dec 2013 10:30:07 +0900 Message-Id: <1386034209-28502-1-git-send-email-iwamatsu@nigauri.org> X-Mailer: git-send-email 1.8.5 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 1/3 v6] arm: rmobile: Move lowlevel_init.o to taget of each CPU 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 Signed-off-by: Nobuhiro Iwamatsu --- v6: Fix failure of application on arm/HEAD. v5: add this patch. arch/arm/cpu/armv7/rmobile/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/arch/arm/cpu/armv7/rmobile/Makefile b/arch/arm/cpu/armv7/rmobile/Makefile index 8f4cf3a..327df9e 100644 --- a/arch/arm/cpu/armv7/rmobile/Makefile +++ b/arch/arm/cpu/armv7/rmobile/Makefile @@ -5,16 +5,13 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y = lowlevel_init.o -obj-y += cpu_info.o +obj-y = cpu_info.o obj-y += emac.o obj-$(CONFIG_DISPLAY_BOARDINFO) += board.o obj-$(CONFIG_GLOBAL_TIMER) += timer.o -obj-$(CONFIG_R8A7740) += cpu_info-r8a7740.o -obj-$(CONFIG_R8A7740) += pfc-r8a7740.o -obj-$(CONFIG_SH73A0) += cpu_info-sh73a0.o -obj-$(CONFIG_SH73A0) += pfc-sh73a0.o +obj-$(CONFIG_R8A7740) += lowlevel_init.o cpu_info-r8a7740.o pfc-r8a7740.o +obj-$(CONFIG_SH73A0) += lowlevel_init.o cpu_info-sh73a0.o pfc-sh73a0.o obj-$(CONFIG_TMU_TIMER) += sh_timer.o SRCS += $(obj)sh_timer.c