From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matteo Facchinetti Date: Thu, 15 Jul 2010 09:16:04 +0200 Subject: [U-Boot] mkconfig "arch" link generation In-Reply-To: <20100714190137.AB5A5160691@gemini.denx.de> References: <4C3D83F3.1040606@sirius-es.it> <20100714190137.AB5A5160691@gemini.denx.de> Message-ID: <4C3EB5B4.1050900@sirius-es.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Matteo Facchinetti, > > In message <4C3D83F3.1040606@sirius-es.it> you wrote: > >> I'm updating my uboot to mainline and I have a question about a link >> generate from mkconfig (with mpc5121_config). >> > > Which code are you talkign about? There is no target mpc5121_config > supported in mainline... > > yes, I've started from mpc5121ads_config but mpc5121ads_rev2_config is the same. U-boot head mainline version. ( 54841ab50c20d6fa6c9cc3eb826989da3a22d934 ) In practice: $ make distclean $ ls -l include/asm/arch ls: cannot access include/asm/arch: No such file or directory $ make mpc5121ads_config Configuring for mpc5121ads board... $ ls -l include/asm/arch lrwxrwxrwx 1 teox teox 12 2010-07-15 09:02 include/asm/arch -> arch-mpc512x Regards, Matteo Facchinetti