This patch uses the svn version as the sublevel part of the coreboot

version string.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ward Vandewege <ward@gnu.org>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@648 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2008-04-04 03:29:26 +00:00
commit d11478e45c
6 changed files with 2652 additions and 12 deletions

View file

@ -231,7 +231,7 @@ struct device {
/* number of buses attached to the device */
unsigned int links;
struct device_operations *ops;
const struct device_operations *ops;
void *device_configuration;
};