From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB07EC433FF for ; Tue, 13 Aug 2019 10:21:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A78DA20840 for ; Tue, 13 Aug 2019 10:21:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728812AbfHMKVU (ORCPT ); Tue, 13 Aug 2019 06:21:20 -0400 Received: from mail01.asahi-net.or.jp ([202.224.55.13]:39702 "EHLO mail01.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727550AbfHMKVU (ORCPT ); Tue, 13 Aug 2019 06:21:20 -0400 Received: from h61-195-96-97.vps.ablenet.jp (h61-195-96-97.ablenetvps.ne.jp [61.195.96.97]) (Authenticated sender: PQ4Y-STU) by mail01.asahi-net.or.jp (Postfix) with ESMTPA id A5A78132188; Tue, 13 Aug 2019 19:21:18 +0900 (JST) Received: from yo-satoh-debian.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by h61-195-96-97.vps.ablenet.jp (Postfix) with ESMTPSA id 9BA6A240086; Tue, 13 Aug 2019 19:21:17 +0900 (JST) Date: Tue, 13 Aug 2019 19:21:16 +0900 Message-ID: <874l2lpdr7.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Guenter Roeck Cc: uclinux-h8-devel@lists.sourceforge.jp, linux-kernel@vger.kernel.org Subject: Re: [PATCH] h8300: Add missing symbol "BOOT_LINK_OFFSET" In-Reply-To: <20190730154906.GA18870@roeck-us.net> References: <20190730154906.GA18870@roeck-us.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 31 Jul 2019 00:49:06 +0900, Guenter Roeck wrote: > > On Wed, Jul 17, 2019 at 10:55:00PM +0900, Yoshinori Sato wrote: > > Signed-off-by: Yoshinori Sato > > --- > > arch/h8300/Kconfig | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig > > index ecfc4b4b6373..6974513b1ae9 100644 > > --- a/arch/h8300/Kconfig > > +++ b/arch/h8300/Kconfig > > @@ -45,4 +45,7 @@ config NR_CPUS > > int > > default 1 > > > > +config BOOT_LINK_OFFSET > > + hex "zImage link offset" > > + > > "hex" requires a default value. The above declaration generates > "CONFIG_BOOT_LINK_OFFSET=" in the configuration file, which is invalid > and can not be fixed with "make ARCH=h8300 olddefconfig". This in turn > results in "make" requesting a value when it encounters the symbol, > meaning that automated builds of h8300 images are no longer possible, > at least not without workarounds. > > Guenter Sorry too late reply. OK fixed it. Thanks your comment. -- Yosinori Sato