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:
3ff549f
)
board: nexell: mac: change the year offset of A305s model
author
Sooman Jeong
<sm5.jeong@samsung.com>
Fri, 19 Jan 2018 01:13:26 +0000
(10:13 +0900)
committer
Sooman Jeong
<sm5.jeong@samsung.com>
Fri, 19 Jan 2018 01:13:26 +0000
(10:13 +0900)
This patch changes the year offset of A305s from 2017 to 2018
for generating ethernet MAC address.
Since we didn't produce this model on 2017, we should change
this offset to 2018 to prevent waste of address space.
Change-Id: Iaabf956adb131923bc3ba3c7db9f9cec2e86b5c9
Signed-off-by: Sooman Jeong <sm5.jeong@samsung.com>
board/nexell/common/mac.c
patch
|
blob
|
history
diff --git
a/board/nexell/common/mac.c
b/board/nexell/common/mac.c
index 18b7697b8e9ea8ea1ca487ed9da501116215afb9..4a482c072670220a4c0ce39d957a6f6bec3138e7 100644
(file)
--- a/
board/nexell/common/mac.c
+++ b/
board/nexell/common/mac.c
@@
-49,7
+49,7
@@
static const struct artik_info_t artik_info[] = {
}, {
/* Artik305s */
.board_name = ARTIK_A305,
- .year_offset = 201
7
,
+ .year_offset = 201
8
,
.security = 'L',
.model_code = 1,
.oui = 0x448F17,