summaryrefslogtreecommitdiffstats
path: root/include/samsung
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2014-09-01 13:50:49 +0200
committerMinkyu Kang <mk7.kang@samsung.com>2014-09-05 13:58:50 +0900
commitd50c41efcd6621481dbf4ff25331badf980cb429 (patch)
tree1de6196815f76e73a469ed16c8b8af40560efc27 /include/samsung
parent1fb4dab2a1444df7f0a8d1cc3887a7e6605635f5 (diff)
downloadtalos-obmc-uboot-d50c41efcd6621481dbf4ff25331badf980cb429.tar.gz
talos-obmc-uboot-d50c41efcd6621481dbf4ff25331badf980cb429.zip
samsung: board: enable support of multiple board types
This change adds declaration of functions: - set_board_type() - called at board_early_init_f() - get_board_type() - called at checkboard() For supporting multiple board types in a one config - it is welcome to display the current board model. This is what get_board_type() should return. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/samsung')
-rw-r--r--include/samsung/misc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/samsung/misc.h b/include/samsung/misc.h
index e82bf328bc..607e8d4922 100644
--- a/include/samsung/misc.h
+++ b/include/samsung/misc.h
@@ -33,5 +33,9 @@ char *get_dfu_alt_system(void);
char *get_dfu_alt_boot(void);
void set_dfu_alt_info(void);
#endif
+#ifdef CONFIG_BOARD_TYPES
+void set_board_type(void);
+const char *get_board_type(void);
+#endif
#endif /* __SAMSUNG_MISC_COMMON_H__ */
OpenPOWER on IntegriCloud