From f50ec8699ed913ada82c031c8396c8ed0f1bbf29 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 10 Jun 2018 13:35:31 +1000 Subject: Fix typo breaking Romulus Signed-off-by: Benjamin Herrenschmidt --- cf-code/cf-fsi-fw.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cf-code/cf-fsi-fw.S') diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S index 90e1248..323ee56 100644 --- a/cf-code/cf-fsi-fw.S +++ b/cf-code/cf-fsi-fw.S @@ -40,7 +40,7 @@ */ #define DCLK d7 -#if CLOCK_GPIO_VREG == DATA_GPIO_VEG +#if CLOCK_GPIO_VREG == DATA_GPIO_VREG #define DDAT d7 #else #define DDAT d6 -- cgit v1.2.1