From c1ee8936bfcf467ccf69b5dbfcf358876e76e756 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 15 Aug 2017 23:11:02 +0200 Subject: common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA CONFIG_SYS_GENERIC_GLOBAL_DATA is no longer used by any board or platform, so support for it can be dropped. Signed-off-by: Thomas Petazzoni Reviewed-by: Vladimir Zapolskiy Reviewed-by: Simon Glass --- scripts/config_whitelist.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index b3dac2dceb..6c628c878c 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3342,7 +3342,6 @@ CONFIG_SYS_GBIT_MII_BUSNAME CONFIG_SYS_GBL_DATA_OFFSET CONFIG_SYS_GBL_DATA_SIZE CONFIG_SYS_GENERIC_BOARD -CONFIG_SYS_GENERIC_GLOBAL_DATA CONFIG_SYS_GIC400_ADDR CONFIG_SYS_GP1DIR CONFIG_SYS_GP1ODR -- cgit