sandbox: Add dummy SATA functions
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 17:35:56 +0000 (11:35 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commita31e2c93cb9eb1d4fe732b5586316235dad537ea
tree0b32e2bf2d0223e308595a4bcc041d8fda04b7cc
parent84d39cbd30a49390457232b44031e95abfa46e77
sandbox: Add dummy SATA functions

Add some functions needed by the SATA code. This allows it to be compiled
for sandbox, thus increasing build coverage.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/Makefile
drivers/block/sata_sandbox.c [new file with mode: 0644]