projects
/
profile
/
common
/
platform
/
kernel
/
u-boot-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbdada9
)
configs: artik710: enable the signature configuration
author
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 22 Nov 2017 11:20:20 +0000
(20:20 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 21 Jan 2019 07:07:59 +0000
(16:07 +0900)
Enable the CONFIG_SIG for checking the tizen specific signature.
Change-Id: I603a91167237fda22196e002f39fde05d9b3ecc5
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/artik710_raptor.h
patch
|
blob
|
history
diff --git
a/include/configs/artik710_raptor.h
b/include/configs/artik710_raptor.h
index 42186c12c1b2eb7937b8d0910219d6324a178e2c..87fb0b1128f6ceee7f7adf566d9c4374d3cac97f 100644
(file)
--- a/
include/configs/artik710_raptor.h
+++ b/
include/configs/artik710_raptor.h
@@
-43,6
+43,10
@@
#define COUNTER_FREQUENCY 200000000
#define CPU_RELEASE_ADDR CONFIG_SYS_INIT_SP_ADDR
+/* Tizen */
+#define CONFIG_SIG
+#define CONFIG_EXTRA_SIZE (SZ_1K + 0x60) /* Nexell header(1K) + fip header(0x60) */
+
/*-----------------------------------------------------------------------
* High Level System Configuration
*/