[U-Boot] [PATCH v2 01/12] exynos5: fix build break by adding CONFIG_POWER
Minkyu Kang
mk7.kang at samsung.com
Wed Mar 4 13:19:07 CET 2015
On 04/03/15 01:24, Przemyslaw Marczak wrote:
> 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 at samsung.com>
> ---
> include/configs/exynos5-common.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
> index 3ab8d55..3ee9482 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
>
Acked-by: Minkyu Kang <mk7.kang at samsung.com>
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list