Skip to content
Snippets Groups Projects
Commit 9b827cf1 authored by Selvamuthukumar's avatar Selvamuthukumar Committed by Wolfgang Denk
Browse files

Align end of bss by 4 bytes


Most of the bss initialization loop increments 4 bytes
at a time. And the loop end is checked for an 'equal'
condition. Make the bss end address aligned by 4, so
that the loop will end as expected.

Signed-off-by: default avatarSelvamuthukumar <selva.muthukumar@e-coninfotech.com>
Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent e0b0ec84
No related branches found
No related tags found
Loading
Showing
with 20 additions and 0 deletions
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