Re: [U-Boot] [PATCH] freescale; Ensure common commands are not included in SPL binary

2018-01-18 Thread York Sun
On 01/03/2018 05:58 AM, Tom Rini wrote: > 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 > Signed

[U-Boot] [PATCH] freescale; Ensure common commands are not included in SPL binary

2018-01-03 Thread Tom Rini
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 Signed-off-by: Tom Rini --- board/freescale/common/cmd_esb