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:
parent
99bc4514c2
commit
26eb33faca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue