diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-15 12:03:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:03:01 -0400 |
commit | fbc3621fb5c810711f5678aea61db1d1a856d0f0 (patch) | |
tree | a9691f2339ec4b2a79ec62a7345f645ca905eaca /include/configs/T208xQDS.h | |
parent | 69a2bb63215f61cca52ecf037df18999edbf2061 (diff) | |
download | u-boot-fbc3621fb5c810711f5678aea61db1d1a856d0f0.tar.gz |
Convert CONFIG_ENABLE_36BIT_PHYS to Kconfig
This converts the following to Kconfig:
CONFIG_ENABLE_36BIT_PHYS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 2db2b07fb4..0c13550ef2 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -22,7 +22,6 @@ /* High Level Configuration Options */ #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */ -#define CONFIG_ENABLE_36BIT_PHYS #define CONFIG_SYS_FSL_CPC /* Corenet Platform Cache */ #define CONFIG_SYS_NUM_CPC CONFIG_SYS_NUM_DDR_CTLRS |