diff options
| author | Michal Simek <michal.simek@xilinx.com> | 2020-11-04 15:33:20 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-11-04 10:13:44 -0500 |
| commit | 35b7ca768f7d826b77d5d3d6ccd6b1b8ed21f186 (patch) | |
| tree | d8274d6ddd3c681f4b142f13decd23fe04e665ac /scripts | |
| parent | 46ce9e777c1314ccb78906992b94001194eaa87b (diff) | |
| download | u-boot-35b7ca768f7d826b77d5d3d6ccd6b1b8ed21f186.tar.gz u-boot-35b7ca768f7d826b77d5d3d6ccd6b1b8ed21f186.tar.xz u-boot-35b7ca768f7d826b77d5d3d6ccd6b1b8ed21f186.zip | |
arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig
CONFIG_NEEDS_MANUAL_RELOC macro was out of Kconfig. Move it there to be
able to use compile-time checks to reduce the number of build paths.
Fixes: f9a882438966 ("dm: core: Convert #ifdef to if() in root.c") for Microblaze
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
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 a9508448d4..0aabe7a451 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1154,7 +1154,6 @@ CONFIG_NCEL2C100_BASE CONFIG_NCEMIC100_BASE CONFIG_NDS_DLM1_BASE CONFIG_NDS_DLM2_BASE -CONFIG_NEEDS_MANUAL_RELOC CONFIG_NEO CONFIG_NET2BIG_V2 CONFIG_NETCONSOLE_BUFFER_SIZE |
