nc100: attach the boot block to the fuzix.bin not uzi.bin as it was long ago
authorAlan Cox <alan@linux.intel.com>
Mon, 30 Mar 2015 22:53:20 +0000 (23:53 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 30 Mar 2015 22:53:20 +0000 (23:53 +0100)
Kernel/platform-nc100/Makefile

index a5b416b..148d521 100644 (file)
@@ -23,4 +23,4 @@ clean:
        rm -f $(OBJS) $(JUNK)  core *~ 
 
 image:
-       dd if=bootblock.cim of=../uzi.bin bs=1 seek=256 conv=notrunc
+       dd if=bootblock.cim of=../fuzix.bin bs=1 seek=256 conv=notrunc