Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
targets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
targets
Commits
ba9b71e1
Commit
ba9b71e1
authored
5 months ago
by
Andreas Gnau
Browse files
Options
Downloads
Patches
Plain Diff
Revert "mediatek: Use external data in kernel FIT"
This reverts commit
e0d3efbc
.
parent
deacc10c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mediatek/image/Makefile
+3
-3
3 additions, 3 deletions
mediatek/image/Makefile
with
3 additions
and
3 deletions
mediatek/image/Makefile
+
3
−
3
View file @
ba9b71e1
...
@@ -38,8 +38,8 @@ define Device/Default
...
@@ -38,8 +38,8 @@ define Device/Default
DEVICE_DTS_DIR
:=
$(
DTS_DIR
)
DEVICE_DTS_DIR
:=
$(
DTS_DIR
)
DEVICE_DTS_LOADADDR
:=
0x43f00000
DEVICE_DTS_LOADADDR
:=
0x43f00000
KERNEL_NAME
:=
Image
KERNEL_NAME
:=
Image
KERNEL
:=
kernel-bin | lzma | iowrt-kernel-fit lzma
external-static
KERNEL
:=
kernel-bin | lzma | iowrt-kernel-fit lzma
KERNEL_INITRAMFS
:=
kernel-bin | lzma | iowrt-kernel-fit lzma
external-static
KERNEL_INITRAMFS
:=
kernel-bin | lzma | iowrt-kernel-fit lzma
KERNEL_LOADADDR
=
$(
loadaddr-y
)
KERNEL_LOADADDR
=
$(
loadaddr-y
)
UBINIZE_OPTS
:=
-E
5
UBINIZE_OPTS
:=
-E
5
BLOCKSIZE
:=
128k
BLOCKSIZE
:=
128k
...
@@ -83,7 +83,7 @@ endef
...
@@ -83,7 +83,7 @@ endef
define
Device/secure-boot
define
Device/secure-boot
SECURE_BOOT
:=
1
SECURE_BOOT
:=
1
KERNEL
:=
kernel-bin | lzma | iopsys-secure-boot | squashfs-encrypt | squashfs-hash | iowrt-kernel-fit lzma
external-static
KERNEL
:=
kernel-bin | lzma | iopsys-secure-boot | squashfs-encrypt | squashfs-hash | iowrt-kernel-fit lzma
SECURE_BOOT_ROTPK_KEY_SIZE
:=
2048
SECURE_BOOT_ROTPK_KEY_SIZE
:=
2048
SECURE_BOOT_ROTPK_KEY_ALG
:=
rsa
SECURE_BOOT_ROTPK_KEY_ALG
:=
rsa
SECURE_BOOT_ROTPK_HASH_ALG
:=
sha256
SECURE_BOOT_ROTPK_HASH_ALG
:=
sha256
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment