From 3e868e86006de5aaadeb9202965739d86367dc89 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 17 Feb 2021 19:41:05 +0100 Subject: [PATCH] netmodule: Add symlink to freescale/common This symlink is created in yocto but is required to build uboot properly. In order to avoid mixing freescale common and netmodule common, it is better and costs nothing to have it permanent here. BugzID: 70346 --- .gitignore | 2 -- board/netmodule/common | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 120000 board/netmodule/common diff --git a/.gitignore b/.gitignore index 024ddccff7..3d6f85399c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,8 +23,6 @@ *.patch *.cfgtmp -# Links -/board/netmodule/common # External tools /imx-mkimage.git/ diff --git a/board/netmodule/common b/board/netmodule/common new file mode 120000 index 0000000000..7506078986 --- /dev/null +++ b/board/netmodule/common @@ -0,0 +1 @@ +../freescale/common \ No newline at end of file