diff options
Diffstat (limited to 'include/vxworks.h')
-rw-r--r-- | include/vxworks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vxworks.h b/include/vxworks.h index 1a29509460b..d90d862fb76 100644 --- a/include/vxworks.h +++ b/include/vxworks.h @@ -9,6 +9,9 @@ #include <efi_api.h> +/* Use Linux compatible standard DTB */ +#define VXWORKS_SYSFLG_STD_DTB 0x1 + /* * Physical address of memory base for VxWorks x86 * This is LOCAL_MEM_LOCAL_ADRS in the VxWorks kernel configuration. |