| Index: firmware/include/sysincludes.h
|
| diff --git a/vboot_firmware/include/sysincludes.h b/firmware/include/sysincludes.h
|
| similarity index 76%
|
| rename from vboot_firmware/include/sysincludes.h
|
| rename to firmware/include/sysincludes.h
|
| index 5717251800a5a6cd98dc80504ef5d0477bc7b502..758e5820a2f860e9a9a5bf51390b42d517c02b7f 100644
|
| --- a/vboot_firmware/include/sysincludes.h
|
| +++ b/firmware/include/sysincludes.h
|
| @@ -4,12 +4,13 @@
|
| */
|
|
|
| /* System includes for vboot reference library. This is the ONLY
|
| - * place in vboot_firmware where system headers may be included via
|
| + * place in firmware/ where system headers may be included via
|
| * #include <...>, so that there's only one place that needs to be
|
| * fixed up for platforms which don't have all the system includes.
|
| *
|
| - * Stub files may still include system headers, because they're local
|
| - * implementations and will be ported to each system anyway. */
|
| + * Files in firmware/stub may still include system headers, because
|
| + * they're local implementations and will be ported to each system
|
| + * anyway. */
|
|
|
| #ifndef VBOOT_REFERENCE_SYSINCLUDES_H_
|
| #define VBOOT_REFERENCE_SYSINCLUDES_H_
|
|
|