Home
last modified time | relevance | path

Searched hist:ba52426975e3fbdcf0f9a942a9883af952abb9e0 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dscsi.cba52426975e3fbdcf0f9a942a9883af952abb9e0 Wed Mar 16 13:45:03 UTC 2016 Tom Rini <trini@konsulko.com> cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILD

When we switch to including all linker lists in SPL it is important
to not include commands as that may lead to link errors due to other
things we have already discarded. In this case, the SCSI code needs a lot
of attention so for now just guard the command portions.

Signed-off-by: Tom Rini <trini@konsulko.com>