From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Mon, 21 Apr 2008 10:39:53 +0200 Subject: [U-Boot-Users] [PATCH] image: remove inline for image_print_contents and image_print_contents_noindent In-Reply-To: <1208623614-26957-1-git-send-email-plagnioj@jcrosoft.com> References: <1208620760-23645-1-git-send-email-plagnioj@jcrosoft.com> <1208623614-26957-1-git-send-email-plagnioj@jcrosoft.com> Message-ID: <480C52D9.7050404@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Hi Jean-Christophe, Please have a look at my patch: Date: Fri, 18 Apr 2008 12:39:23 +0200 Subject: [U-Boot-Users] [PATCH v2] Memory footprint optimizations It rearranges image printing functions, in particular it removes the image_print_contents_noindent() function and changes the implementation of image_print_contents() making it non-inline among other things. So it seems that your changes will not be necessary eventually (apart from the rationale for them, which Wolfgang has already asked about). Regards, Bartlomiej