projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71204e9
)
exynos5: fix build break by adding CONFIG_POWER
author
Przemyslaw Marczak
<
[email protected]
>
Mon, 20 Apr 2015 18:07:38 +0000
(20:07 +0200)
committer
Simon Glass
<
[email protected]
>
Fri, 15 May 2015 00:49:36 +0000
(18:49 -0600)
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 <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
include/configs/exynos5-common.h
patch
|
blob
|
history
diff --git
a/include/configs/exynos5-common.h
b/include/configs/exynos5-common.h
index 2eddb07f0aeb59dcd37208c872409dfda1113e2b..5476248d88d2b61799c06d62e162894a963fc796 100644
(file)
--- 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