Skip to content

Commit

Permalink
arch/arm64/imx9: Move ddr training file
Browse files Browse the repository at this point in the history
Move ddr-training file to board directory

Signed-off-by: Jouni Ukkonen <[email protected]>
  • Loading branch information
joukkone committed Oct 1, 2024
1 parent 3dd0e98 commit 567d747
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/src/imx9/ddr/imx9_ddr_training.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "imx9_ccm.h"
#include "imx9_clockconfig.h"
#include "hardware/imx93/imx93_memorymap.h"
#include "hardware/imx9_ddr_training.h"
#include <arch/board/imx9_ddr_training.h>

#include "imx9_trdc.h"

Expand Down

0 comments on commit 567d747

Please sign in to comment.