I found that to compile for the cubieboard I had to do the following:
make Cubieboard_config
make CROSS_COMPILE=arm-linux-gnueabihf-
If I tried the commands in the wiki I get:
~/u-boot-sunxi$ make cubieboard CROSS_COMPILE=arm-linux-gnueabihf-
GEN include/autoconf.mk.dep
GEN include/autoconf.mk
make: *** No rule to make target `cubieboard'. Stop.
link: https://github.com/linux-sunxi/u-boot-sunxi/wiki
I found that to compile for the cubieboard I had to do the following:
If I tried the commands in the wiki I get: