arch/xtensa: Use C style comments
Update comments to follow C style. Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
parent
8d769d5533
commit
66a4a11836
1 changed files with 9 additions and 9 deletions
|
@ -26,15 +26,15 @@
|
||||||
#include <xtensa/coreasm.h>
|
#include <xtensa/coreasm.h>
|
||||||
#include <xtensa/corebits.h>
|
#include <xtensa/corebits.h>
|
||||||
|
|
||||||
// This file just contains this one symbol, used by the reset code.
|
/* This file just contains this one symbol, used by the reset code.
|
||||||
// It is here rather than in reset-vector.S because we want the symbol
|
* It is here rather than in reset-vector.S because we want the symbol
|
||||||
// to be external, so resolution is delayed until link time.
|
* to be external, so resolution is delayed until link time.
|
||||||
//
|
*
|
||||||
// To define your own value to override this default, redefine the
|
* To define your own value to override this default, redefine the
|
||||||
// symbol _MemErrorHandler to the desired value, e.g. -
|
* symbol _MemErrorHandler to the desired value, e.g. -
|
||||||
//
|
*
|
||||||
// xt-xcc test.c -g -o test -Wl,--defsym=_MemErrorHandler=0x08080808
|
* xt-xcc test.c -g -o test -Wl,--defsym=_MemErrorHandler=0x08080808
|
||||||
//
|
*/
|
||||||
|
|
||||||
.global _MemErrorHandler
|
.global _MemErrorHandler
|
||||||
.weak _MemErrorHandler
|
.weak _MemErrorHandler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue