summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-12-14 01:58:18 +0300
committerTom Rini <trini@konsulko.com>2017-12-14 01:58:18 +0300
commit9ebc54b8a67b4112e7978493d1d588b3f4e3069b (patch)
tree58882718c411eb317d0705f169694927f51e280e /include
parent659208da4703de50826a469cbb38bf6afb938978 (diff)
parent7090ead3f2a821c6f043ecbb5f7cecf6ffecdebb (diff)
downloadu-boot-9ebc54b8a67b4112e7978493d1d588b3f4e3069b.tar.xz
Merge git://git.denx.de/u-boot-samsung
Diffstat (limited to 'include')
-rw-r--r--include/samsung/exynos5-dt-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/samsung/exynos5-dt-types.h b/include/samsung/exynos5-dt-types.h
index 479e2e793d..8e11af30d1 100644
--- a/include/samsung/exynos5-dt-types.h
+++ b/include/samsung/exynos5-dt-types.h
@@ -8,6 +8,7 @@ enum {
EXYNOS5_BOARD_ODROID_XU3_REV01,
EXYNOS5_BOARD_ODROID_XU3_REV02,
EXYNOS5_BOARD_ODROID_XU4_REV01,
+ EXYNOS5_BOARD_ODROID_HC1_REV01,
EXYNOS5_BOARD_ODROID_UNKNOWN,
EXYNOS5_BOARD_COUNT,
@@ -23,5 +24,6 @@ struct odroid_rev_info {
bool board_is_generic(void);
bool board_is_odroidxu3(void);
bool board_is_odroidxu4(void);
+bool board_is_odroidhc1(void);
#endif