--- elwix/config/rc.elwix.mips_alfan2 2014/01/20 13:05:17 1.1.2.13 +++ elwix/config/rc.elwix.mips_alfan2 2014/01/20 13:15:46 1.1.2.14 @@ -3,7 +3,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: rc.elwix.mips_alfan2,v 1.1.2.13 2014/01/20 13:05:17 misho Exp $ +# $Id: rc.elwix.mips_alfan2,v 1.1.2.14 2014/01/20 13:15:46 misho Exp $ # ELWIX_IS_CONFIGURED="YES" @@ -122,12 +122,10 @@ IMGNAME="${REL}/ELWIX-${VERSION}_${TARGET_ARCH}" ### Make U-boot image UB_COMPRESS="lzma" -UB_OBJS="${BSDOBJ}/uboot" -UB_KERNEL="${UB_OBJS}/kernel" # Must be same like into kernel config [ KERNLOADADDR=0x80050000 ] # if address variables are commented install2ub.sh automatic detect addresses -#UB_LOADADDR=0x80002000 -#UB_ENTRYADDR=0x80002100 +UB_LOADADDR=0x80050000 +UB_ENTRYADDR=0x80050100 ### Cross CBUILD="${DEST}/cross_build.sh"