diff options
author | Pawel Dembicki <p.dembicki@wb.com.pl> | 2019-02-12 15:17:58 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-02-14 16:56:15 +0100 |
commit | bbe932ac16b8be512ba8a828b8e7e29eda9b610b (patch) | |
tree | c1590b306f92d2e2c50f4021ed209d642d61b5e0 /target | |
parent | e52ad0f919b6311e391a44215c4ac19b948f0b72 (diff) | |
download | upstream-bbe932ac16b8be512ba8a828b8e7e29eda9b610b.tar.gz upstream-bbe932ac16b8be512ba8a828b8e7e29eda9b610b.tar.bz2 upstream-bbe932ac16b8be512ba8a828b8e7e29eda9b610b.zip |
mpc85xx: 4.19: add missing symbol
OCEDO Panda was added in b368373f, but only for
4.14 config. This patch fix 4.19 build for generic
and p2020 subtarget.
Signed-off-by: Pawel Dembicki <p.dembicki@wb.com.pl>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mpc85xx/config-4.19 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/config-4.19 b/target/linux/mpc85xx/config-4.19 index 006a9d34c4..c92edcfa37 100644 --- a/target/linux/mpc85xx/config-4.19 +++ b/target/linux/mpc85xx/config-4.19 @@ -224,6 +224,7 @@ CONFIG_OLD_SIGSUSPEND=y # CONFIG_P1022_RDK is not set # CONFIG_P1023_RDB is not set CONFIG_PAGE_OFFSET=0xc0000000 +# CONFIG_PANDA is not set CONFIG_PCI=y CONFIG_PCIEAER=y CONFIG_PCIEASPM=y |