mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
Convert CONFIG_SYS_FSL_SEC_MON et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_FSL_SEC_MON CONFIG_SYS_FSL_SEC_MON_BE CONFIG_SYS_FSL_SEC_MON_LE Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user