]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
linkstation: fix warning: "CONFIG_IDENT_STRING" redefined
authorWolfgang Denk <wd@denx.de>
Sun, 31 Jul 2011 00:35:13 +0000 (00:35 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 5 Sep 2011 07:43:09 +0000 (09:43 +0200)
commitcb0090e804be552a75155a3596195077df3d6b69
tree75bc381eccc00bca3c2fc27e6a9f9c559e1931a8
parent712f4d1f34a0660f7562b84f272cbc8137da3fa4
linkstation: fix warning: "CONFIG_IDENT_STRING" redefined

Commit 09c2e90 "unify version_string" defines a default value for
CONFIG_IDENT_STRING in version.h, so any private settings musty be
done before including this file.  Move the include for version.h after
the one for common.h to fix the build problem.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
board/linkstation/linkstation.c