mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-17 12:21:23 +00:00
Compiler select bugfix on Espressobin ATF+uboot compilation
This commit is contained in:
parent
29e4f948c3
commit
fe0c8ea8fc
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ uboot_custom_postprocess()
|
|||
toolchain=$(find_toolchain "$ATF_COMPILER" "$ATF_USE_GCC")
|
||||
cd $atfdir
|
||||
display_alert "Building boot image" "" "info"
|
||||
make DEBUG=1 USE_COHERENT_MEM=0 LOG_LEVEL=20 SECURE=0 CLOCKSPRESET=CPU_800_DDR_800 DDR_TOPOLOGY=2 BOOTDEV=SPINOR PARTNUM=0 PLAT=a3700 all fip BL33=$SRC/cache/sources/$BOOTDIR/${BOOTBRANCH##*:}/u-boot.bin WTP=../../marvell-tools $CTHREADS CROSS_COMPILE=$ATF_COMPILER >> $DEST/debug/compilation.log
|
||||
make DEBUG=1 USE_COHERENT_MEM=0 LOG_LEVEL=20 SECURE=0 CLOCKSPRESET=CPU_800_DDR_800 DDR_TOPOLOGY=2 BOOTDEV=SPINOR PARTNUM=0 PLAT=a3700 all fip BL33=$SRC/cache/sources/$BOOTDIR/${BOOTBRANCH##*:}/u-boot.bin WTP=../../marvell-tools $CTHREADS CROSS_COMPILE=$toolchain$ATF_COMPILER >> $DEST/debug/compilation.log
|
||||
cp build/a3700/debug/flash-image.bin $ubootdir
|
||||
cd $ubootdir
|
||||
}
|
Loading…
Add table
Reference in a new issue