bugfix get macaddress

This commit is contained in:
harald42 2016-02-24 08:29:24 +01:00
parent 855bc65b8a
commit a7b230a0b7

View file

@ -1,5 +1,5 @@
#!/bin/bash
# For the new bootloader (using a jump-table) you want to use
# BOOTLOADER_GET_MAC=0x0001ff80 (which is the current default)
# For the ages-old bootloader (before 2014) you want to use
# BOOTLOADER_GET_MAC=0x0001f3a0 as parameter to make below.
make clean TARGET=osd-merkur
make TARGET=osd-merkur BOOTLOADER_GET_MAC=0x0001f3a0
make TARGET=osd-merkur