From 7bb0225cade2d7f352314e26d7bbf043c1de296c Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Wed, 6 Jun 2018 14:49:57 +1000 Subject: Header cleanups --- cf-code/cf-fsi-romulus.h | 2 +- cf-code/cf-fsi-witherspoon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cf-code') diff --git a/cf-code/cf-fsi-romulus.h b/cf-code/cf-fsi-romulus.h index fc534b4..5e8be70 100644 --- a/cf-code/cf-fsi-romulus.h +++ b/cf-code/cf-fsi-romulus.h @@ -5,4 +5,4 @@ #define TRANS_GPIO_REG 0x080 #define TRANS_GPIO_BIT 10 -#define SYS_SIG 0x526d /* 'Rm' */ +#define SYS_SIG SYS_SIG_ROMULUS diff --git a/cf-code/cf-fsi-witherspoon.h b/cf-code/cf-fsi-witherspoon.h index c5b4084..85b7f19 100644 --- a/cf-code/cf-fsi-witherspoon.h +++ b/cf-code/cf-fsi-witherspoon.h @@ -5,4 +5,4 @@ #define TRANS_GPIO_REG 0x080 #define TRANS_GPIO_BIT 10 -#define SYS_SIG 0x5773 /* 'Ws' */ +#define SYS_SIG SYS_SIG_WITHERSPOON -- cgit v1.2.1