From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 13 Mar 2014 05:01:59 +0100 Subject: [U-Boot] [PATCH 01/12] kbuild, mxs: use short logs for MXS images In-Reply-To: <20140313113237.6F7A.AA925319@jp.panasonic.com> References: <20140312191929.6F55.AA925319@jp.panasonic.com> <201403121146.11172.marex@denx.de> <20140313113237.6F7A.AA925319@jp.panasonic.com> Message-ID: <201403130501.59335.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 Hello Masahiro-san, [...] > > Yes, I see. We shall eventually rename it to mkimage throughout the code. > > > > How shall we proceed? I see we have three options: > > - Post V2 of this patch > > - Fix the rest of the files which have this 'UIMAGE' in them and then > > post V2 - Postpone the fix and then do it globally > > > > I would be in favor of the second option. > > This patch is already on u-boot/master. > > Can you post a follow-up patch? > > I think you will have to modify 7 files. > > ./Makefile:731:quiet_cmd_mkimage = UIMAGE $@ > ./arch/arm/imx-common/Makefile:35:quiet_cmd_mkimage = UIMAGE $@ > ./arch/arm/cpu/arm926ejs/mxs/Makefile:20:quiet_cmd_mkimage_mxs = UIMAGE $@ > ./spl/Makefile:174:quiet_cmd_mkimage = UIMAGE $@ > ./board/cray/L1/Makefile:18:quiet_cmd_mkimage = UIMAGE $@ > ./board/matrix_vision/mvsmr/Makefile:15:quiet_cmd_mkimage = UIMAGE $@ > ./board/matrix_vision/mvblm7/Makefile:11:quiet_cmd_mkimage = UIMAGE $@ Tom, what's your take on this ... UIMAGE or MKIMAGE ? Best regards, Marek Vasut