Add -S nand-retail to be sure
This commit is contained in:
parent
067e217909
commit
0b65fcbdd7
2
Makefile
2
Makefile
@ -70,7 +70,7 @@ $(dir_out)/$(name)$(revision).7z: all
|
||||
|
||||
$(dir_out)/boot.firm: $(dir_build)/modules.bin $(dir_build)/arm11.elf $(dir_build)/main.elf
|
||||
@mkdir -p "$(@D)"
|
||||
@firmtool build $@ -D $^ -A 0x1FF60000 -C XDMA XDMA NDMA
|
||||
@firmtool build $@ -S nand-retail -D $^ -A 0x1FF60000 -C XDMA XDMA NDMA
|
||||
|
||||
$(dir_build)/modules.bin: $(modules)
|
||||
@mkdir -p "$(@D)"
|
||||
|
Reference in New Issue
Block a user