[U-Boot] [PATCH] ARM: tegra: p2571: remove another unused define
Stephen Warren
swarren at wwwdotorg.org
Wed Aug 5 19:51:11 CEST 2015
From: Stephen Warren <swarren at nvidia.com>
CONFIG_MAX77620_POWER isn't used anywhere. Don't define it in p2571.h.
Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
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
More information about the U-Boot
mailing list