diff options
| author | Tom Rini <[email protected]> | 2021-12-12 22:12:32 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-27 16:20:17 -0500 |
| commit | 7856cd5a6dd66c2085d7162b4e9f89f0750834db (patch) | |
| tree | 133b358070378e4f3ffc2850b4b4c3b381b0dd82 /configs/MPC837XERDB_defconfig | |
| parent | d06e4b7e25c2f0ae8337b603ea3a013820495bf0 (diff) | |
Convert CONFIG_SYS_PCI_64BIT to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_PCI_64BIT
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/MPC837XERDB_defconfig')
| -rw-r--r-- | configs/MPC837XERDB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MPC837XERDB_defconfig b/configs/MPC837XERDB_defconfig index 16d425124a8..192bcae704e 100644 --- a/configs/MPC837XERDB_defconfig +++ b/configs/MPC837XERDB_defconfig @@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x4000 CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_DEFAULT_DEVICE_TREE="mpc8379erdb" CONFIG_SYS_CLK_FREQ=66666667 +# CONFIG_SYS_PCI_64BIT is not set CONFIG_MPC83xx=y CONFIG_HIGH_BATS=y CONFIG_TARGET_MPC837XERDB=y |
