X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fpost.h;h=c8062bbbc17a2dad8e09e63dbd423dbabd86878c;hb=e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab;hp=b438838578efd8ff1c3dc6e2d77fb177ff6ed831;hpb=5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792;p=oweals%2Fu-boot.git diff --git a/include/post.h b/include/post.h index b438838578..c8062bbbc1 100644 --- a/include/post.h +++ b/include/post.h @@ -90,6 +90,9 @@ extern int post_hotkeys_pressed(void); #define CFG_POST_SPR 0x00000400 #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 */