X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffsl_sec_mon.h;h=3092a0ea62a04a2c56bf55a54ad52886c86f274b;hb=c56289ddafce3d1ec442fb18064f136c2c47d0bb;hp=1f31f8865c0af90b287f84133bd7769b5e8f5d4f;hpb=5ebd27d860ec0c6e36f1b0f973653fe66a7360be;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fsl_sec_mon.h b/include/fsl_sec_mon.h index 1f31f88..3092a0e 100644 --- a/include/fsl_sec_mon.h +++ b/include/fsl_sec_mon.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Common internal memory map for some Freescale SoCs * * Copyright 2015 Freescale Semiconductor, Inc. - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __FSL_SEC_MON_H @@ -23,8 +23,6 @@ #define sec_mon_in16(a) in_be16(a) #define sec_mon_clrbits32 clrbits_be32 #define sec_mon_setbits32 setbits_be32 -#else -#error Neither CONFIG_SYS_FSL_SEC_MON_LE nor CONFIG_SYS_FSL_SEC_MON_BE defined #endif struct ccsr_sec_mon_regs {