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:
99c9d9e
)
artik710_raptor: configs: fix wrong defined incormation
author
Jaewon Kim
<jaewon02.kim@samsung.com>
Tue, 23 May 2017 04:31:40 +0000
(13:31 +0900)
committer
Jaewon Kim
<jaewon02.kim@samsung.com>
Tue, 23 May 2017 04:33:32 +0000
(13:33 +0900)
'CONFIG_FLAG_INFO_ADDR' variable should defined
when ARTIK_OTA feature is enabled.
Change-Id: I0fe2761feacd535b78789138df10361d53179d3b
Signed-off-by: Jaewon Kim <jaewon02.kim@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 93c56e300975d984fb3ed26d4935e9fd62331ef4..303df7d94bd10b0a03647d4b14ea4c4d327ba2cd 100644
(file)
--- a/
include/configs/artik710_raptor.h
+++ b/
include/configs/artik710_raptor.h
@@
-313,7
+313,7
@@
#define CONFIG_FACTORY_INFO_SIZE 0x100
/* OTA */
-#if
!
defined(CONFIG_ARTIK_OTA)
+#if defined(CONFIG_ARTIK_OTA)
#define CONFIG_FLAG_INFO_ADDR 0x49000000
#endif
/*-----------------------------------------------------------------------