X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fpost.h;h=c8062bbbc17a2dad8e09e63dbd423dbabd86878c;hb=6f2eb3f3d8ea2dbb224d0da5a12038693bab9945;hp=cdefbddb6f5315a51912f161fd9a3bf97c8689d3;hpb=79fa88f3ede051ca860667d5397e6cdc7e74a6d0;p=oweals%2Fu-boot.git diff --git a/include/post.h b/include/post.h index cdefbddb6f..c8062bbbc1 100644 --- a/include/post.h +++ b/include/post.h @@ -91,6 +91,8 @@ extern int post_hotkeys_pressed(void); #define CFG_POST_SYSMON 0x00000800 #define CFG_POST_DSP 0x00001000 #define CFG_POST_CODEC 0x00002000 +#define CFG_POST_FPU 0x00004000 +#define CFG_POST_ECC 0x00008000 #endif /* CONFIG_POST */