diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-02 07:33:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-12 16:10:50 -0400 |
commit | 40ed7be4af52bb70ef496c4f20259baff9fcdd38 (patch) | |
tree | fff0d4e6b362d928658824c0974c83d7b51f41aa /include/configs/T208xQDS.h | |
parent | ff4e87c030bd62d643b0cbd86e7ff893caa97d1b (diff) | |
download | u-boot-40ed7be4af52bb70ef496c4f20259baff9fcdd38.tar.gz |
Convert CONFIG_SYS_FDT_PAD to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FDT_PAD
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 9d43d87338..fc068c94a9 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -411,8 +411,6 @@ #define CONFIG_SYS_DPAA_DCE #define CONFIG_SYS_DPAA_RMAN /* RMan */ #define CONFIG_SYS_INTERLAKEN - -#define CONFIG_SYS_FDT_PAD (0x3000 + CONFIG_SYS_QE_FMAN_FW_LENGTH) #endif /* CONFIG_NOBQFMAN */ #ifdef CONFIG_SYS_DPAA_FMAN |