aboutsummaryrefslogtreecommitdiff
path: root/include/configs/jetson-tk1.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-26 22:27:44 -0600
committerTom Rini <trini@konsulko.com>2017-04-30 10:29:47 -0400
commit56aceaf2828ea3471fec99916c6c6558a309fb82 (patch)
treea99c83bee15c3d03486b8d86144f47993f72219f /include/configs/jetson-tk1.h
parent29ec68588383e8382c6c274e2cb4dcdd150cce76 (diff)
downloadu-boot-56aceaf2828ea3471fec99916c6c6558a309fb82.zip
u-boot-56aceaf2828ea3471fec99916c6c6558a309fb82.tar.gz
u-boot-56aceaf2828ea3471fec99916c6c6558a309fb82.tar.bz2
power: Rename CONFIG_AS3722_POWER to CONFIG_PMIC_AS3722
Before converting this to Kconfig, rename it to match the other PMICs. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/jetson-tk1.h')
-rw-r--r--include/configs/jetson-tk1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/jetson-tk1.h b/include/configs/jetson-tk1.h
index 7c0456c..5482f55 100644
--- a/include/configs/jetson-tk1.h
+++ b/include/configs/jetson-tk1.h
@@ -11,7 +11,7 @@
#include <linux/sizes.h>
/* enable PMIC */
-#define CONFIG_AS3722_POWER
+#define CONFIG_PMIC_AS3722
#include "tegra124-common.h"