Skip to content
Snippets Groups Projects
Commit 448217d4 authored by Zhong Hongbo's avatar Zhong Hongbo Committed by Albert ARIBAUD
Browse files

arm: Fix to mistake clean the memory space


In currently, when __bss_start is equal to __bss_end__,
The bss loop will clear all the things in memory space.

But just only when __bss_end__ greater than __bss_start__,
we do the clear bss section operation.

Signed-off-by: default avatarZhong Hongbo <bocui107@gmail.com>
Acked-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent 3ec81d75
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment