diff options
author | David Bauer <mail@david-bauer.net> | 2022-09-20 21:08:23 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-09-20 21:10:21 +0200 |
commit | c0b7b2049ebc447d923cf135dd8cf30847073e6d (patch) | |
tree | 640788c60e52a5e3a253bd6cd38758f19767f57e /target | |
parent | 7c459ac1d5a9a5c507afd7a3205dccfad20883d1 (diff) | |
download | upstream-c0b7b2049ebc447d923cf135dd8cf30847073e6d.tar.gz upstream-c0b7b2049ebc447d923cf135dd8cf30847073e6d.tar.bz2 upstream-c0b7b2049ebc447d923cf135dd8cf30847073e6d.zip |
mpc85xx: fix unset kernel symbols
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mpc85xx/config-5.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/config-5.10 b/target/linux/mpc85xx/config-5.10 index 2668a729e8..a8c9ecfa22 100644 --- a/target/linux/mpc85xx/config-5.10 +++ b/target/linux/mpc85xx/config-5.10 @@ -57,6 +57,7 @@ CONFIG_DNOTIFY=y CONFIG_DTC=y # CONFIG_E200 is not set CONFIG_E500=y +CONFIG_E500_CPU=y # CONFIG_E5500_CPU is not set # CONFIG_E6500_CPU is not set CONFIG_EARLY_PRINTK=y @@ -255,6 +256,7 @@ CONFIG_THREAD_SHIFT=13 CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TINY_SRCU=y # CONFIG_TL_WDR4900_V1 is not set +# CONFIG_TOOLCHAIN_DEFAULT_CPU is not set # CONFIG_TQM8540 is not set # CONFIG_TQM8541 is not set # CONFIG_TQM8548 is not set |