diff options
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/include/arch/header.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/include/arch/header.ld b/src/arch/mips/include/arch/header.ld index 665013294c..7f832eb51c 100644 --- a/src/arch/mips/include/arch/header.ld +++ b/src/arch/mips/include/arch/header.ld @@ -19,7 +19,7 @@ PHDRS to_load PT_LOAD; } -#ifdef __BOOTBLOCK__ +#if ENV_BOOTBLOCK ENTRY(_start) #else ENTRY(stage_entry) |