aboutsummaryrefslogtreecommitdiff
path: root/include/fsl_sfp.h
diff options
context:
space:
mode:
authorTom Rini2022-06-16 14:04:40 -0400
committerTom Rini2022-07-05 17:04:00 -0400
commit601483ffd544f98023062949670e2aa048d31cc7 (patch)
tree380d2693cc284df9a4ce0b572a8e93d3e05b9426 /include/fsl_sfp.h
parentc9f85187e21ef64f65c1cd7202ef9199501a6f4d (diff)
Convert CONFIG_SYS_FSL_SFP_BE et al to Kconfig
This converts the following to Kconfig: CONFIG_KEY_REVOCATION CONFIG_SYS_FSL_SFP_BE CONFIG_SYS_FSL_SFP_LE CONFIG_SYS_FSL_SFP_VER_3_0 CONFIG_SYS_FSL_SFP_VER_3_2 CONFIG_SYS_FSL_SFP_VER_3_4 CONFIG_SYS_FSL_SRK_LE This partly means making sure to enable SYS_FSL_ERRATUM_A007186 only for when CHAIN_OF_TRUST is enabled. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/fsl_sfp.h')
-rw-r--r--include/fsl_sfp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fsl_sfp.h b/include/fsl_sfp.h
index 613814d9057..e7674c1bff2 100644
--- a/include/fsl_sfp.h
+++ b/include/fsl_sfp.h
@@ -24,8 +24,6 @@
#define sfp_in32(a) in_be32(a)
#define sfp_out32(a, v) out_be32(a, v)
#define sfp_in16(a) in_be16(a)
-#else
-#error Neither CONFIG_SYS_FSL_SFP_LE nor CONFIG_SYS_FSL_SFP_BE is defined
#endif
/* Number of SRKH registers */