]> git.baikalelectronics.ru Git - uboot.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)
commit93bb1bf6abfd1f32d0944e095ad8a09ee7d577ae
tree20f38eb85a12c500d884d83c7cab975931d10251
parentdcaca1624fa1675365512bc3848497361b08417f
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