commit | 59b1226a6a5940424c53c3a9ae3d9ce481043900 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 16 09:45:03 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 16 15:03:37 2016 -0400 |
tree | 08e90b7d6d70793aa1c94b61af512cf002b6e7dc | |
parent | 05a192afe761cf394cdb0591b4baf012adf5e6a3 [diff] |
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>