diff options
Diffstat (limited to 'src/include/console')
-rw-r--r-- | src/include/console/post_codes.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h index 677cd36545..9682e4db6c 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -105,6 +105,13 @@ #define POST_ENABLING_CACHE 0x60 /** + * \brief Pre call to RAM stage main() + * + * POSTed right before RAM stage main() is called from c_start.S + */ +#define POST_PRE_HARDWAREMAIN 0x6e + +/** * \brief Before Device Probe * * Boot State Machine: bs_pre_device() @@ -175,13 +182,6 @@ #define POST_BS_WRITE_TABLES 0x79 /** - * \brief Pre call to RAM stage main() - * - * POSTed right before RAM stage main() is called from c_start.S - */ -#define POST_PRE_HARDWAREMAIN 0x79 - -/** * \brief Load Payload * * Boot State Machine: bs_payload_load() |