summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-06-26 10:56:16 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-06-26 10:56:16 +0200
commita11f778d76d96463fd8ae9e992afea98a1523a97 (patch)
tree02b896a174d23b53089062ed468277f18c6b588d /MAKEALL
parentf0e3d2b42268a9ed8d28c50c662eeba08379ceab (diff)
parenta63c31cff5147f1eca19d884ee120005775fbffc (diff)
downloadu-boot-imx-a11f778d76d96463fd8ae9e992afea98a1523a97.zip
u-boot-imx-a11f778d76d96463fd8ae9e992afea98a1523a97.tar.gz
u-boot-imx-a11f778d76d96463fd8ae9e992afea98a1523a97.tar.bz2
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 804ea12..f110b2e 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -301,7 +301,7 @@ build_target() {
${MAKE} distclean >/dev/null
${MAKE} ${target}_config
${MAKE} ${JOBS} all 2>&1 >LOG/$target.MAKELOG | tee LOG/$target.ERR
-# ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG
+ ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG
}
#-----------------------------------------------------------------------