diff options
Diffstat (limited to 'arch/x86')
| -rw-r--r-- | arch/x86/cpu/tangier/sysreset.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/arch/x86/cpu/tangier/sysreset.c b/arch/x86/cpu/tangier/sysreset.c index e762ee1b81c..b03bc28f935 100644 --- a/arch/x86/cpu/tangier/sysreset.c +++ b/arch/x86/cpu/tangier/sysreset.c @@ -44,5 +44,4 @@ U_BOOT_DRIVER(tangier_sysreset) = {  	.id = UCLASS_SYSRESET,  	.of_match = tangier_sysreset_ids,  	.ops = &tangier_sysreset_ops, -	.flags = DM_FLAG_PRE_RELOC,  }; | 
