mirror of https://github.com/xemu-project/xemu.git
i.mx7d: Change SRC unimplemented device name from sdma to src
Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
0844f025a8
commit
b4cf3e6f26
|
@ -459,7 +459,7 @@ static void fsl_imx7_realize(DeviceState *dev, Error **errp)
|
||||||
/*
|
/*
|
||||||
* SRC
|
* SRC
|
||||||
*/
|
*/
|
||||||
create_unimplemented_device("sdma", FSL_IMX7_SRC_ADDR, FSL_IMX7_SRC_SIZE);
|
create_unimplemented_device("src", FSL_IMX7_SRC_ADDR, FSL_IMX7_SRC_SIZE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Watchdog
|
* Watchdog
|
||||||
|
|
Loading…
Reference in New Issue