summaryrefslogtreecommitdiff
path: root/include/configs/colibri_vf50_sdboot.h
AgeCommit message (Collapse)Author
2013-11-21colibri_vf: rename colibri_vf61 to colibri_vfMarcel Ziswiler
Now as the colibri_vf61 configuration supports memory size as well as module type auto detection actually rename it to colibri_vf to be universally used for Colibri VF50 as well as VF61.
2013-10-04colibri_vf50: fix env offset re-definition warningMarcel Ziswiler
Fix the following build-time warning: u-boot-toradex.git/include/configs/colibri_vf50_sdboot.h:54:0: warning: "CONFIG_ENV_OFFSET" redefined [enabled by default]
2013-10-03colibri_vf50: migrate nand vs. sdboot configurationMarcel Ziswiler
Migrate to default NAND boot configuration (e.g. colibri_vf50_config) and SD card boot on request (e.g. colibri_vf50_sdboot_config). Automatically do the padding required for NAND boot image (e.g. u-boot.nand). This is also more in-line with how we did stuff back on the Colibri T20.