summaryrefslogtreecommitdiff
path: root/include/configs/PMC440.h
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@bidouilliste.com>2017-01-31 12:17:05 +0100
committerTom Rini <trini@konsulko.com>2017-02-08 15:56:31 -0500
commitb569048357495c568cab7dc0d0eb94c3d9b964e9 (patch)
tree5f34190149295da7d8c0ae43f2601b52a6a59723 /include/configs/PMC440.h
parent4db98d3d92827e38d0853f0c1932d3db7d757622 (diff)
downloadu-boot-imx-b569048357495c568cab7dc0d0eb94c3d9b964e9.zip
u-boot-imx-b569048357495c568cab7dc0d0eb94c3d9b964e9.tar.gz
u-boot-imx-b569048357495c568cab7dc0d0eb94c3d9b964e9.tar.bz2
api: Convert to Kconfig
Now that we have a Kconfig for the API, convert the two boards that are using this to Kconfig and remove CONFIG_API from the whitelist. Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/PMC440.h')
-rw-r--r--include/configs/PMC440.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h
index 5ea82f8..59ba79e 100644
--- a/include/configs/PMC440.h
+++ b/include/configs/PMC440.h
@@ -385,6 +385,4 @@
#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
#endif
-#define CONFIG_API 1
-
#endif /* __CONFIG_H */