From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Mon, 9 Dec 2019 10:21:01 +0900 Subject: [U-Boot] [PATCH v3 05/16] include: kernel.h: include printk.h In-Reply-To: <20191206214910.GG9549@bill-the-cat> References: <20191113004502.29986-1-takahiro.akashi@linaro.org> <20191113004502.29986-6-takahiro.akashi@linaro.org> <20191206214910.GG9549@bill-the-cat> Message-ID: <20191209012100.GZ22427@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Dec 06, 2019 at 04:49:10PM -0500, Tom Rini wrote: > On Wed, Nov 13, 2019 at 09:44:51AM +0900, AKASHI Takahiro wrote: > > > Adding "printk.h" will help improve portability from linux kernel > > code (in my case, lib/asn1_decoder.c and others) where printf and > > pr_* variant functions are used. > > > > Signed-off-by: AKASHI Takahiro > > Applied to u-boot/master, thanks! Thank you for the merge. Heinrich pointed out a typo in the commit message (not in the code): %s/printf/printk/g Please correct it if you have a chance. Thanks, -Takahiro Akashi > -- > Tom