projects
/
platform
/
kernel
/
u-boot-spacemit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8594f11
)
packaging: Add the u-boot-env-default.bin file
72/315272/1
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 29 Jul 2024 07:23:33 +0000
(16:23 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 29 Jul 2024 07:23:33 +0000
(16:23 +0900)
Add u-boot-env-default.bin file.
It will be flashed into env partition.
Change-Id: I0257540182894ebe1da51e155291f8788e04efba
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
packaging/u-boot-spacemit.spec
patch
|
blob
|
history
diff --git
a/packaging/u-boot-spacemit.spec
b/packaging/u-boot-spacemit.spec
index 03bc4905ef79c7495e74c9cc4e42960c2a564834..aa434389be4244de55cbf12930ee09cdfa616177 100644
(file)
--- a/
packaging/u-boot-spacemit.spec
+++ b/
packaging/u-boot-spacemit.spec
@@
-52,6
+52,7
@@
mkdir -p %{buildroot}/boot
mkdir -p %{buildroot}/var/tmp
install -m 755 u-boot.itb %{buildroot}/var/tmp/
install -m 755 FSBL.bin %{buildroot}/var/tmp/
+install -m 755 u-boot-env-default.bin %{buildroot}/var/tmp/
%clean
@@
-60,3
+61,4
@@
install -m 755 FSBL.bin %{buildroot}/var/tmp/
%defattr(-,root,root,-)
/var/tmp/u-boot.itb
/var/tmp/FSBL.bin
+/var/tmp/u-boot-env-default.bin