Hi, i am not sure for which board you are trying to compile but generally... If you have yout custom board or want to create your custom default setup you can create new branch and execute: $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make savedefconfig This command will create defconfig file. After this you can copy defconfig to arch/arm/configs/ and rename it to your custom settings name. As i said, this step is not related to you issue.
I just tryed to pull mainline u-boot and compile it from master branch for A20-OLinuXino_MICRO-eMMC_defconfig. After compilation passed i also see 'BINMAN all' and i got u-boot-sunxi-with-spl.bin Maybe your defconfig does not include spl support by default. For which board are you tring to compile u-boot? Milos Ladicorbic -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/linux-sunxi/17893d17-4d48-4ce0-a0fd-9bcb67a22419o%40googlegroups.com.
