-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This builds u-boot for the Rock Pi 4. Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
- Loading branch information
1 parent
6b85a2b
commit c18073f
Showing
5 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.bin filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- plat/rockchip/rk3399/platform.mk 2018-03-04 18:44:54.018191729 +0000 | ||
+++ plat/rockchip/rk3399/platform.mk 2021-03-04 18:44:54.018191729 +0000 | ||
@@ -103,7 +103,6 @@ | ||
$(eval $(call MAKE_PREREQ_DIR,${BUILD_M0},${BUILD_PLAT})) | ||
.PHONY: $(RK3399M0FW) | ||
$(RK3399M0FW): | ${BUILD_M0} | ||
- $(MAKE) -C ${RK_PLAT_SOC}/drivers/m0 BUILD=$(abspath ${BUILD_PLAT}/m0) | ||
|
||
# Do not enable SVE | ||
ENABLE_SVE_FOR_NS := 0 | ||
|