From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 15 May 2020 14:17:31 -0400 Subject: [PATCH 3/3] lib: Allow hexdump to be used in SPL In-Reply-To: <20200506140357.32050-3-sjg@chromium.org> References: <20200506140357.32050-1-sjg@chromium.org> <20200506140357.32050-3-sjg@chromium.org> Message-ID: <20200515181731.GA17253@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, May 06, 2020 at 08:03:57AM -0600, Simon Glass wrote: > It is sometimes useful to output hex dumps in SPL. Add a config option to > allow this. > > Signed-off-by: Simon Glass > Reviewed-by: Stefan Roese > --- > > lib/Kconfig | 6 ++++++ > lib/Makefile | 2 +- > 2 files changed, 7 insertions(+), 1 deletion(-) This breaks some platforms such as: arm: + am335x_evm +(am335x_evm) arm-linux-gnueabi-ld.bfd: lib/built-in.o: in function `efi_set_variable_common': +(am335x_evm) lib/efi_loader/efi_variable.c:1077: undefined reference to `hex_asc' +(am335x_evm) arm-linux-gnueabi-ld.bfd: lib/built-in.o: in function `vsnprintf_internal': +(am335x_evm) lib/vsprintf.c:697: undefined reference to `hex_asc' +(am335x_evm) make[1]: *** [u-boot] Error 1 +(am335x_evm) make: *** [sub-make] Error 2 -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: