diff options
author | Bin Meng | 2017-08-01 16:33:34 -0700 |
---|---|---|
committer | Simon Glass | 2017-09-11 21:43:58 -0600 |
commit | 226b50bbd87b0c4ebf913066dfadbe04306ce402 (patch) | |
tree | 98bf336c875b145cdbc8a45fcbac3932360d54b5 /scripts | |
parent | 98cff66027c44e6e15eb48dbb2300f388bcc172c (diff) |
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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 9ce0c3f039f..0a9da46821f 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 |