serial, mpc8xx: Take parameter RAM relocation into account
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 3 May 2023 07:20:15 +0000 (09:20 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 5 May 2023 05:26:53 +0000 (07:26 +0200)
commit388cb1a10f091e494b837a8666d49866e9c7b1e2
tree0fe4b077a0e1070d083f2d4929780760246c2d4c
parent14e64c18019ea5361e260bec2a56620c4fe918a1
serial, mpc8xx: Take parameter RAM relocation into account

Instead of inhibiting parameter RAM relacation, take
into account the configured one.

It means INIT_TRX command cannot be used and must be done
manually as explained in the microcode patch application note.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/serial/serial_mpc8xx.c