diff mbox

hdata: Make FSPv1 work again

Message ID 20170502040642.6910-1-oohall@gmail.com
State Accepted
Headers show

Commit Message

Oliver O'Halloran May 2, 2017, 4:06 a.m. UTC
One less thing to work around for those crazy enough to try.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 hdata/fsp.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Stewart Smith May 3, 2017, 6:42 a.m. UTC | #1
Oliver O'Halloran <oohall@gmail.com> writes:
> One less thing to work around for those crazy enough to try.
>
> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>

Merged to master as of cb2c12697f2f09fee9776bb97c5ffb3cf32b6450
diff mbox

Patch

diff --git a/hdata/fsp.c b/hdata/fsp.c
index 0a89d66f985e..1d7a30422faf 100644
--- a/hdata/fsp.c
+++ b/hdata/fsp.c
@@ -55,6 +55,7 @@  static enum sp_type find_service_proc_type(const struct HDIF_common_hdr *spss,
 	flags  = be16_to_cpu(sp_impl->func_flags);
 
 	switch (hw_ver) {
+	case 0x1:
 	case 0x2: /* We only support FSP2 */
 		sp_type = SP_FSP;
 		break;