commit | fbc3621fb5c810711f5678aea61db1d1a856d0f0 | [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 | 69a2bb63215f61cca52ecf037df18999edbf2061 [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/socrates_defconfig b/configs/socrates_defconfig index d902019..28ea447 100644 --- a/configs/socrates_defconfig +++ b/configs/socrates_defconfig
@@ -9,6 +9,7 @@ CONFIG_MPC85xx=y # CONFIG_CMD_ERRATA is not set CONFIG_TARGET_SOCRATES=y +CONFIG_ENABLE_36BIT_PHYS=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y