Skip to content
Commit 51df312a authored by Andrew Boie's avatar Andrew Boie Committed by Anas Nashif
Browse files

xtensa: merge crt1-*.S



We had two assembly files to prepare for entry into C domain,
one intended for the simulator and one intended for real boards.

- Both files merged into a single crt1.S for either simulated or real
  targets
- Extra logic to populate command line arguments from simulator removed,
  we don't use it.
- BSS zeroing logic from crt1-boards.S used
- Reference to missing reset-unneeded.S removed
- exit() implementation moved to fatal.c, now invokes a kernel panic
  if we are not running under the simulator

Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent b7aa6b7b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment