diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h index ee74dcb23e..677cd36545 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -181,14 +181,6 @@ */ #define POST_PRE_HARDWAREMAIN 0x79 -/** - * \brief Entry into coreboot in RAM stage main() - * - * This is the first call in hardwaremain.c. If this code is POSTed, then - * ramstage has successfully loaded and started executing. - */ -#define POST_ENTRY_RAMSTAGE 0x80 - /** * \brief Load Payload * @@ -203,6 +195,14 @@ */ #define POST_BS_PAYLOAD_BOOT 0x7b +/** + * \brief Entry into coreboot in RAM stage main() + * + * This is the first call in hardwaremain.c. If this code is POSTed, then + * ramstage has successfully loaded and started executing. + */ +#define POST_ENTRY_RAMSTAGE 0x80 + /** * \brief Before calling FSP Notify before End of Firmware *