projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0132f02
)
tool: mkimage_signed: Add odroid-xu3_defconfig support
author
Inha Song
<ideal.song@samsung.com>
Thu, 26 Feb 2015 01:08:21 +0000
(10:08 +0900)
committer
Przemyslaw Marczak
<p.marczak@samsung.com>
Tue, 19 May 2015 10:05:58 +0000
(12:05 +0200)
This patch add odroid-xu3_defconfig for Odroid XU3 board.
Signed-off-by: Inha Song <ideal.song@samsung.com>
tools/mkimage_signed.sh
patch
|
blob
|
history
diff --git
a/tools/mkimage_signed.sh
b/tools/mkimage_signed.sh
index 11f8427af601b3a8a572a49e0191edb6c72884c6..a5bc8f40ca23d6c857d8a0df7c6214c2aaf442ec 100755
(executable)
--- a/
tools/mkimage_signed.sh
+++ b/
tools/mkimage_signed.sh
@@
-65,6
+65,8
@@
echo -n "none" > sig-product
if [ $CONFIG == "tizen_defconfig" ]; then
echo -n "slp_midasq" > sig-board
+elif [ $CONFIG == "odroid-xu3_defconfig" ]; then
+ echo -n "odroid_xu3" > sig-board
else
echo -n "slp_u1" > sig-board
fi