aboutsummaryrefslogtreecommitdiff
path: root/include/configs/starqltechn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/starqltechn.h')
-rw-r--r--include/configs/starqltechn.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/configs/starqltechn.h b/include/configs/starqltechn.h
new file mode 100644
index 0000000..c9736a4
--- /dev/null
+++ b/include/configs/starqltechn.h
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Board configuration file for Samsung S9(SM-G9600)(starqltechn)
+ *
+ * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
+ */
+
+#ifndef __CONFIGS_STARQLTECHN_H
+#define __CONFIGS_STARQLTECHN_H
+
+#include <configs/sdm845.h>
+
+#define CONFIG_LNX_KRNL_IMG_TEXT_OFFSET_BASE CONFIG_SYS_LOAD_ADDR
+#define CONFIG_LINUX_KERNEL_IMAGE_HEADER
+
+#endif