2013-04-17 13:40:46 +02:00
|
|
|
#!/bin/bash
|
2014-05-13 16:56:59 +02:00
|
|
|
# For the new bootloader (using a jump-table) you want to use
|
|
|
|
# BOOTLOADER_GET_MAC=0x0001ff80 (which is the current default)
|
2013-04-17 13:40:46 +02:00
|
|
|
make clean TARGET=osd-merkur
|
2014-05-13 16:56:59 +02:00
|
|
|
make TARGET=osd-merkur BOOTLOADER_GET_MAC=0x0001f3a0
|