vc/../chromeos.asl: Drop CHROMEOS guard
coreboot proper now has a single include for this file with the guard around it already. Change-Id: Ice48a6af391170232a0319cc894bdb6c465c5143 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50248 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
65fd33f95f
commit
368c9a1847
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include <security/vboot/vbnv_layout.h>
|
||||
|
||||
#if CONFIG(CHROMEOS)
|
||||
|
||||
/* GPIO package generated at run time. */
|
||||
External (OIPG)
|
||||
|
||||
|
@ -100,4 +98,3 @@ Device (CRHW)
|
|||
}
|
||||
|
||||
#include "ramoops.asl"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue