commit | a7fa9762b001d3c3b9ce773b53efb3443688ac1d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jun 15 12:03:45 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 05 17:03:01 2022 -0400 |
tree | a9691f2339ec4b2a79ec62a7345f645ca905eaca | |
parent | c58e9307e41096203d04314dc8a1d5655dff1e6e [diff] [blame] |
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>
diff --git a/configs/P2041RDB_defconfig b/configs/P2041RDB_defconfig index 5dddbda..e6df3c8 100644 --- a/configs/P2041RDB_defconfig +++ b/configs/P2041RDB_defconfig
@@ -8,6 +8,7 @@ CONFIG_MPC85xx=y CONFIG_TARGET_P2041RDB=y CONFIG_MPC85XX_HAVE_RESET_VECTOR=y +CONFIG_ENABLE_36BIT_PHYS=y CONFIG_MP=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y