Date:2010-10-12 18:55:02 (13 years 5 months ago)
Author:Bas Wijnen
Commit:90186ce7ce8336746e584f0316b2226f10db1c3c
Message:allow u-boot usbboot to be used as well

Files: mips/nanonote/Makefile.arch (1 diff)

Change Details

mips/nanonote/Makefile.arch
5959boot_threads = $(standard_boot_programs) $(unbrick_boot_programs)
6060ARCH_CXXFLAGS = -DNUM_THREADS=3
6161BOOT_CPPFLAGS = -DUNBRICK
62all: stage1.raw iris.raw unbrick
63stage1.raw: mips/nanonote/sdram-setup.raw
64    cp $< $@
62all: mips/start.raw
6563mips/start.o: TARGET =
66unbrick: mips/nanonote/unbrick.cc
67    g++ -Wall -Wextra -Werror `pkg-config --cflags --libs shevek` -lusb $< -o $@
6864else
6965error Please define your boot method.
7066endif

Archive Download the corresponding diff file

Branches:
master



interactive