Searched refs:RAMSTART (Results 1 - 6 of 6) sorted by relevance

/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A DMakefile7 RAMSTART = 0x80000000 macro
15 CFLAGS := -I./include -fno-builtin -Os -G 0 -ffunction-sections -mno-abicalls -fno-pic -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -Wall -DRAMSTART=${RAMSTART} -DRAMSIZE=${RAMSIZE} -DKERNEL_ENTRY=${KERNEL_ENTRY}
H A Ddecompress.c58 static char *buffer = (char *)(RAMSTART + RAMSIZE - 0x00020000);
/openwrt/target/linux/generic/image/lzma-loader/src/
H A DMakefile7 RAMSTART = 0x80000000 macro
16 CFLAGS := -fno-builtin -Os -G 0 -ffunction-sections -mno-abicalls -fno-pic -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -Wall -DRAMSTART=${RAMSTART} -DRAMSIZE=${RAMSIZE} -DKERNEL_ENTRY=${KERNEL_ENTRY} -D_LZMA_IN_CB
H A Ddecompress.c102 static char *buffer = (char *)(RAMSTART + RAMSIZE - 0x00020000);
H A Dstart.S44 li sp, RAMSTART + RAMSIZE - 16
/openwrt/target/linux/ar7/image/
H A DMakefile15 RAMSTART:=0x94000000 macro
24 RAMSTART=$(RAMSTART) \

Completed in 36 milliseconds