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
This commit is contained in:
Stefan Reinauer 2009-10-22 16:59:33 +00:00 committed by Stefan Reinauer
parent 99bc4514c2
commit 26eb33faca
1 changed files with 1 additions and 0 deletions

View File

@ -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;