From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 28 Jul 2015 00:31:05 +0200 Subject: [U-Boot] [PATCH 01/16] ARM: remove vpac270 board support In-Reply-To: References: <1437899226-14925-1-git-send-email-yamada.masahiro@socionext.com> <201507261049.59143.marex@denx.de> Message-ID: <201507280031.05420.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, July 27, 2015 at 05:58:17 PM, Masahiro Yamada wrote: > 2015-07-26 17:49 GMT+09:00 Marek Vasut : > > On Sunday, July 26, 2015 at 10:26:45 AM, Masahiro Yamada wrote: > >> The board-specific linker script board/vpac270/u-boot-spl.lds > >> obstructs further cleanup. This board has not been converted to > >> Generic Board yet in spite of the long-term warning. Remove. > >> > >> Signed-off-by: Masahiro Yamada > >> --- > > > > Hi! > > > >> Marek, > >> > >> If you want to keep this board: > >> - Please convert it to Generic Board > >> - Please use arch-common linker script > > > > Yeah, I want to keep this board, but please give me a bit of time > > to do this. This one and the zipitz2 are the two PXA boards which > > I have and want to keep. > > > > I recall the u-boot-spl.lds was really needed to keep the size of > > the SPL under 1kiB ; without this the board was unbootable when > > using the OneNAND. > > I will drop this patch when I send v2. > > > BTW, I tried building vpac270 ONENAND. > It is already over 1kiB. > > > > > $ git describe > v2015.07-307-g2647394 > $ make vpac270_ond_256_defconfig > # > # configuration written to .config > # > $ make -s CROSS_COMPILE=arm-unknown-linux-gnueabi- > ===================== WARNING ====================== > Please convert this board to generic board. > Otherwise it will be removed by the end of 2014. > See doc/README.generic-board for further information > ==================================================== > $ ls -l spl/u-boot-spl.bin > -rwxrwxr-x 1 masahiro masahiro 2828 Jul 28 00:53 spl/u-boot-spl.bin > > > > It is over 2KB. So the hardware spilt already? Aww :-( I wonder, maybe converting this to TPL might be the correct solution ? Best regards, Marek Vasut