summaryrefslogtreecommitdiffstats
path: root/include/configs/exynos5-common.h
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-04-20 20:07:38 +0200
committerSimon Glass <sjg@chromium.org>2015-05-14 18:49:36 -0600
commit19bd3aaa5991948ef71100312b7c18fdb992bda2 (patch)
tree32c0857e0332054be33d36013937c1a243a1d7f7 /include/configs/exynos5-common.h
parent71204e95ce13228a0c742cce137c3238f64581d8 (diff)
downloadtalos-obmc-uboot-19bd3aaa5991948ef71100312b7c18fdb992bda2.tar.gz
talos-obmc-uboot-19bd3aaa5991948ef71100312b7c18fdb992bda2.zip
exynos5: fix build break by adding CONFIG_POWER
Move the configs listed below from exynos5-dt-common.h to exynos5-common.h: - CONFIG_POWER - CONFIG_POWER_I2C fixes build break for Arndale and Smdk5250 boards. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/exynos5-common.h')
-rw-r--r--include/configs/exynos5-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
index 2eddb07f0a..5476248d88 100644
--- a/include/configs/exynos5-common.h
+++ b/include/configs/exynos5-common.h
@@ -149,6 +149,10 @@
#define CONFIG_OF_SPI
#endif
+/* Power */
+#define CONFIG_POWER
+#define CONFIG_POWER_I2C
+
#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
#define CONFIG_ENV_SPI_MODE SPI_MODE_0
#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE
OpenPOWER on IntegriCloud