summaryrefslogtreecommitdiff
path: root/include/config_distro_defaults.h
AgeCommit message (Collapse)Author
2015-03-28config: Define BOOTP client architecture and VCI for ARMv8Thierry Reding
Reuse the 32-bit ARM client architecture and identify ARMv8 specifically by setting the BOOTP VCI string. Cc: Dennis Gilmore <dennis@ausil.us> Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
2015-03-28config: Use booti instead of bootz on 64-bit ARMThierry Reding
The bootz command doesn't work with Linux kernel images on 64-bit ARM. The replacement command with the same interface and functionality is booti. Cc: Dennis Gilmore <dennis@ausil.us> Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-10-27Correct single misspelling of "consitant" in source tree.Robert P. J. Day
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
2014-02-05config: Fix line lengths in include/config_distro_defaults.hTom Rini
Signed-off-by: Tom Rini <trini@ti.com>
2014-02-04config: add config_distro_defaults.hDennis Gilmore
describe a set of default features that distros can rely on being available. having this common definition means that distros can easily support systems implementing them. Signed-off-by: Dennis Gilmore <dennis@ausil.us>