summaryrefslogtreecommitdiffstats
path: root/board/google/chromebook_samus/samus.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/google/chromebook_samus/samus.c')
-rw-r--r--board/google/chromebook_samus/samus.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/google/chromebook_samus/samus.c b/board/google/chromebook_samus/samus.c
new file mode 100644
index 0000000000..3c3f5d4833
--- /dev/null
+++ b/board/google/chromebook_samus/samus.c
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2016 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <common.h>
+#include <asm/cpu.h>
+
+int arch_early_init_r(void)
+{
+ return cpu_run_reference_code();
+}
+
+int board_early_init_f(void)
+{
+ return 0;
+}
OpenPOWER on IntegriCloud