From b569048357495c568cab7dc0d0eb94c3d9b964e9 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Tue, 31 Jan 2017 12:17:05 +0100 Subject: 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 Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- include/configs/PMC440.h | 2 -- include/configs/lsxl.h | 5 ----- 2 files changed, 7 deletions(-) (limited to 'include') diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h index 5ea82f8e4d9..59ba79e43b4 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 */ diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 7ec82cd4bbd..ad1adcec8c6 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -37,11 +37,6 @@ #define CONFIG_SYS_NO_FLASH -/* - * Enable u-boot API for standalone programs. - */ -#define CONFIG_API - /* * Commands configuration */ -- cgit v1.2.3