From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 28 Aug 2008 12:26:43 +0200 Subject: [U-Boot] Makefile cleanup and u-boot size reduction Message-ID: <20080828102643.GD12371@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, 1)The following patchset will continue the move of conditional compile to Makefile and do some file location move 2) It will merge the current list implementation for common/device & co to linux list.h in order to reduce u-boot size. During test It did show the the patch will reduce u-boot size by 1KB min. Best Regards, J.