aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-10-22 16:59:33 +0000
committerStefan Reinauer <stepan@openbios.org>2009-10-22 16:59:33 +0000
commit26eb33faca6b22028c52c74d7cc55ef536028061 (patch)
treed9ec5b8d2804facd674b41f6833a90c238fa0477 /src
parent99bc4514c23f0001f2da7da47f03d3ba94232cc7 (diff)
trivial: add note that VSA blob belongs into CBFS.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4823 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/cpu/amd/model_lx/vsmsetup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/model_lx/vsmsetup.c b/src/cpu/amd/model_lx/vsmsetup.c
index 314cf23e8b..c98fc0a7b0 100644
--- a/src/cpu/amd/model_lx/vsmsetup.c
+++ b/src/cpu/amd/model_lx/vsmsetup.c
@@ -291,6 +291,7 @@ void do_vsmbios(void)
* much better parameterized
*/
+ // TODO this is a CBFS candidate
//VSA is cat onto the end after LB builds
rom = ((unsigned long)0) - (CONFIG_ROM_SIZE + 36 * 1024);
buf = (unsigned char *)VSA2_BUFFER;