From: Stephen Warren <[email protected]> CONFIG_MAX77620_POWER isn't used anywhere. Don't define it in p2571.h.
Signed-off-by: Stephen Warren <[email protected]> --- include/configs/p2571.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/p2571.h b/include/configs/p2571.h index b22117bfdf48..3a8ae12d96cc 100644 --- a/include/configs/p2571.h +++ b/include/configs/p2571.h @@ -10,9 +10,6 @@ #include <linux/sizes.h> -/* enable PMIC */ -#define CONFIG_MAX77620_POWER - #include "tegra210-common.h" /* High-level configuration options */ -- 1.9.1 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

