From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sat, 23 Feb 2008 17:13:15 +0900 Subject: [U-Boot-Users] cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. In-Reply-To: <47BFD45D.4060200@ruby.dti.ne.jp> References: <47BFD45D.4060200@ruby.dti.ne.jp> Message-ID: <47BFD59B.3030002@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Shinya Kuribayashi wrote: > This will reduce the build time. > > Signed-off-by: Shinya Kuribayashi > --- > > cpu/mcf52x2/config.mk | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) Hm, maybe I'm mistaken wrt the latter two patches...