Skip to content

Commit

Permalink
Move DTB files to a separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
S199pWa1k9r authored Jun 2, 2023
1 parent 4845480 commit b6eb13d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
fetch-depth: 0
- name: Install toolchain
run: |
sudo apt install gcc-aarch64-linux-gnu iasl device-tree-compiler python3-pyelftools
sudo apt update
sudo apt --fix-missing install gcc-aarch64-linux-gnu iasl device-tree-compiler python3-pyelftools
- name: Build
run: |
make sdcard
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion uefi.its
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
};
fdt {
description = "UEFI dtb";
data = /incbin/("./@[email protected]");
data = /incbin/("./dtb/@[email protected]");
type = "flat_dt";
arch = "arm64";
compression = "none";
Expand Down

0 comments on commit b6eb13d

Please sign in to comment.