]> git.ipfire.org Git - people/ms/u-boot.git/commit
freescale: Ensure common commands are not included in SPL binary
authorTom Rini <trini@konsulko.com>
Wed, 3 Jan 2018 13:57:50 +0000 (08:57 -0500)
committerYork Sun <york.sun@nxp.com>
Wed, 17 Jan 2018 18:30:45 +0000 (10:30 -0800)
commit1f0ce3259ec7dd1f912abe187abb85ea5d0b414c
tree20f38eb85a12c500d884d83c7cab975931d10251
parent68ae7772aff3f6e96a805e0ae411a1c42460865e
freescale: Ensure common commands are not included in SPL binary

Both the "qixis_reset" and esbc_validate" commands can only be used in
full U-Boot so do not build them in SPL.  As part of this rework the
qixis code to declare things as static and make use of __weak for
function aliases.

Cc; York Sun <york.sun@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>
board/freescale/common/cmd_esbc_validate.c
board/freescale/common/qixis.c