diff options
author | Simon Glass <sjg@chromium.org> | 2017-01-23 20:31:18 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-25 21:42:20 (GMT) |
commit | d02f5ea30188e958ae25ee8aee21213dd3d2666b (patch) | |
tree | f3fea6729acf34a9a2cf27a8a3abbb64f5a7b325 /scripts | |
parent | f2b0c007f84e582b7a101bd49db60cc8d75f5de4 (diff) | |
download | u-boot-d02f5ea30188e958ae25ee8aee21213dd3d2666b.tar.xz |
config: Drop CONFIG_ARCH_DMA_PIO_WORDS
This is not defined by any board in U-Boot.
Signed-off-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 fb9fb34..a927e50 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -109,7 +109,6 @@ CONFIG_AP_SH4A_4A CONFIG_ARCH_ADPAG101P CONFIG_ARCH_CPU_INIT CONFIG_ARCH_CSB226 -CONFIG_ARCH_DMA_PIO_WORDS CONFIG_ARCH_EARLY_INIT_R CONFIG_ARCH_HAS_ILOG2_U32 CONFIG_ARCH_HAS_ILOG2_U64 |