From: r-studio Date: Wed, 28 Oct 2009 07:18:01 +0000 (+0000) Subject: changes for making remote booting X-Git-Tag: rc_6_tinyos_2_1_1~178 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=cb9f08cc7847dd838a7d0ad5c3d15f3b313f06e2 changes for making remote booting --- 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