summaryrefslogtreecommitdiff
path: root/src/arch/armv7/lib/hang_spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/armv7/lib/hang_spl.c')
-rw-r--r--src/arch/armv7/lib/hang_spl.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/arch/armv7/lib/hang_spl.c b/src/arch/armv7/lib/hang_spl.c
deleted file mode 100644
index 630a57af47..0000000000
--- a/src/arch/armv7/lib/hang_spl.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- *
- * Alternatively, this software may be distributed under the terms of the
- * GNU General Public License ("GPL") version 2 as published by the Free
- * Software Foundation.
- */
-
-#include <hang.h>
-
-void hang(void)
-{
- for (;;);
-}