mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
71204e95ce
commit
19bd3aaa59
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@
|
||||||
#define CONFIG_OF_SPI
|
#define CONFIG_OF_SPI
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Power */
|
||||||
|
#define CONFIG_POWER
|
||||||
|
#define CONFIG_POWER_I2C
|
||||||
|
|
||||||
#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
|
#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
|
||||||
#define CONFIG_ENV_SPI_MODE SPI_MODE_0
|
#define CONFIG_ENV_SPI_MODE SPI_MODE_0
|
||||||
#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE
|
#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE
|
||||||
|
|
Loading…
Add table
Reference in a new issue