Move the parser for cmos.layout text files to accessors

Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6312 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2011-01-28 07:50:33 +00:00
committed by Patrick Georgi
parent 582d369fbd
commit 49a74437aa
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
#include "opts.h"
#include "lbtable.h"
#include "layout.h"
#include "layout_file.h"
#include "accessors/layout-text.h"
#include "input_file.h"
#include "cmos_ops.h"
#include "cmos_lowlevel.h"