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 /configs/T2080RDB_defconfig | |
parent | 69a2bb63215f61cca52ecf037df18999edbf2061 (diff) | |
download | u-boot-fbc3621fb5c810711f5678aea61db1d1a856d0f0.tar.gz u-boot-fbc3621fb5c810711f5678aea61db1d1a856d0f0.tar.bz2 u-boot-fbc3621fb5c810711f5678aea61db1d1a856d0f0.zip |
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 'configs/T2080RDB_defconfig')
-rw-r--r-- | configs/T2080RDB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/T2080RDB_defconfig b/configs/T2080RDB_defconfig index 0e001e2038..e43168ea4d 100644 --- a/configs/T2080RDB_defconfig +++ b/configs/T2080RDB_defconfig @@ -11,6 +11,7 @@ CONFIG_ENV_ADDR=0xEFF20000 CONFIG_MPC85xx=y CONFIG_TARGET_T2080RDB=y CONFIG_MPC85XX_HAVE_RESET_VECTOR=y +CONFIG_ENABLE_36BIT_PHYS=y CONFIG_SYS_MEMTEST_START=0x00200000 CONFIG_SYS_MEMTEST_END=0x00400000 CONFIG_MP=y |