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/kmcent2.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/kmcent2.h')
-rw-r--r-- | include/configs/kmcent2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h index 4de5736d8ce..798688a220b 100644 --- a/include/configs/kmcent2.h +++ b/include/configs/kmcent2.h @@ -152,8 +152,6 @@ #define CONFIG_SYS_CACHE_STASHING #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E -#define CONFIG_ENABLE_36BIT_PHYS - /* POST memory regions test */ #define CONFIG_POST CONFIG_SYS_POST_MEM_REGIONS |