diff options
| author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:45:10 -0700 |
|---|---|---|
| committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-01-24 23:06:49 +0530 |
| commit | f2f8e90034b2bfc501c1f59106a33adfd6b0c85c (patch) | |
| tree | 6e70510976bc890e5cac495102a85b626a8acb37 /scripts | |
| parent | e4789b0d5b354ac27f3879276ce92a7e169328ad (diff) | |
| download | u-boot-f2f8e90034b2bfc501c1f59106a33adfd6b0c85c.tar.gz u-boot-f2f8e90034b2bfc501c1f59106a33adfd6b0c85c.tar.xz u-boot-f2f8e90034b2bfc501c1f59106a33adfd6b0c85c.zip | |
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
This is not really a CONFIG since it is not intended to be set by boards.
Move it into the compiler header with other similar defines, and rename
it.
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 873f2318b1..0d6dd06bea 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3888,7 +3888,6 @@ CONFIG_SYS_STACK_SIZE CONFIG_SYS_STATUS_C CONFIG_SYS_STATUS_OK CONFIG_SYS_STMICRO_BOOT -CONFIG_SYS_SUPPORT_64BIT_DATA CONFIG_SYS_SXCNFG_VAL CONFIG_SYS_TBIPA_VALUE CONFIG_SYS_TCLK |
