From cb9f08cc7847dd838a7d0ad5c3d15f3b313f06e2 Mon Sep 17 00:00:00 2001 From: r-studio Date: Wed, 28 Oct 2009 07:18:01 +0000 Subject: [PATCH] changes for making remote booting --- support/make/m16c62p/m16c62p.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/make/m16c62p/m16c62p.rules b/support/make/m16c62p/m16c62p.rules index 2249214e..8634edd5 100755 --- a/support/make/m16c62p/m16c62p.rules +++ b/support/make/m16c62p/m16c62p.rules @@ -50,7 +50,7 @@ endif # We need a different start address for the flash in the linker script when building TOSBoot. # Also program the boot_args address bytes with 0xFF so that we know if they are reprogrammable. -ifeq ($(COMPONENT),TOSBoot) +ifeq ($(COMPONENT),TosBootC) $(shell sed -e "s/0x00a0000/0x00e0000/ig" $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c.x > $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader.x) $(shell sed -e "s/\/\*boot_args_address\*\//0x00f0000/ig" $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader.x > $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader_args.x) LDFLAGS += -nostartfiles -T$(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader_args.x $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/crt.S -- 2.39.2