From 226b50bbd87b0c4ebf913066dfadbe04306ce402 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 1 Aug 2017 16:33:34 -0700 Subject: sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig Convert SANDBOX_BITS_PER_LONG to Kconfig and assign it a correct number depending on which host we are going to build and run. Signed-off-by: Bin Meng 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 9ce0c3f039..0a9da46821 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1951,7 +1951,6 @@ CONFIG_SAMSUNG CONFIG_SAMSUNG_ONENAND CONFIG_SANDBOX_ARCH CONFIG_SANDBOX_BIG_ENDIAN -CONFIG_SANDBOX_BITS_PER_LONG CONFIG_SANDBOX_SDL CONFIG_SANDBOX_SPI_MAX_BUS CONFIG_SANDBOX_SPI_MAX_CS -- cgit