<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 18, 2021 at 8:07 PM <<a href="mailto:ckim@etri.re.kr">ckim@etri.re.kr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="KO"><div class="gmail-m_-8992297541435358233WordSection1"><p class="MsoNormal"><span lang="EN-US">Hello folks,<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US">When we want to use an old .config file for a new kernel build, we can use (place in build location) that .config and do ‘make oldconfig’ so that the build system lets us to fill the new config variables.<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US">I'm curious if this 'make oldconfig' will work if the old .config is from different architecture (like sparc) and I have to configure it for aarch64. <u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US">The old .config file is a minimal configuration with timer, interrupt controller and uart for minimal linux booting.<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US">Thanks!</span> </p></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="KO"><div class="gmail-m_-8992297541435358233WordSection1"><p class="MsoNormal"><span lang="EN-US"><u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US">Chan Kim<u></u><u></u></span></p></div></div>______</blockquote><div><br></div><div>you need to define "working".</div><div><br></div><div>I bet it would work to produce a config that is syntactically correct.</div><div>whether it builds a bootable kernel is less clear.</div><div><br></div><div>Ive only built and installed to hw 1 non-x86 kernel,</div><div>so my experience isnt relevant to other arches, ymmv</div><div><br></div><div>ISTM</div><div>you should try defconfig for aarch64</div><div>your .config, updated with oldconfig</div><div>diff them, see whats happened to various CONFIG vars</div></div></div>