board: nexell: mac: change the year offset of A305s model
authorSooman Jeong <sm5.jeong@samsung.com>
Fri, 19 Jan 2018 01:13:26 +0000 (10:13 +0900)
committerSooman 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

index 18b7697b8e9ea8ea1ca487ed9da501116215afb9..4a482c072670220a4c0ce39d957a6f6bec3138e7 100644 (file)
@@ -49,7 +49,7 @@ static const struct artik_info_t artik_info[] = {
        }, {
                /* Artik305s */
                .board_name     = ARTIK_A305,
-               .year_offset    = 2017,
+               .year_offset    = 2018,
                .security       = 'L',
                .model_code     = 1,
                .oui            = 0x448F17,