From 90186ce7ce8336746e584f0316b2226f10db1c3c Mon Sep 17 00:00:00 2001 From: Bas Wijnen Date: Tue, 12 Oct 2010 18:55:02 +0200 Subject: [PATCH] allow u-boot usbboot to be used as well --- mips/nanonote/Makefile.arch | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mips/nanonote/Makefile.arch b/mips/nanonote/Makefile.arch index 0425b93..2762842 100644 --- a/mips/nanonote/Makefile.arch +++ b/mips/nanonote/Makefile.arch @@ -59,12 +59,8 @@ ifneq ($(UNBRICK),) boot_threads = $(standard_boot_programs) $(unbrick_boot_programs) ARCH_CXXFLAGS = -DNUM_THREADS=3 BOOT_CPPFLAGS = -DUNBRICK -all: stage1.raw iris.raw unbrick -stage1.raw: mips/nanonote/sdram-setup.raw - cp $< $@ +all: mips/start.raw mips/start.o: TARGET = -unbrick: mips/nanonote/unbrick.cc - g++ -Wall -Wextra -Werror `pkg-config --cflags --libs shevek` -lusb $< -o $@ else error Please define your boot method. endif