Remove user_initialize(); Make sure all integer types are signed that need to be
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3474 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
1373360886
commit
555c1a0158
@ -2,7 +2,7 @@
|
||||
###########################################################################
|
||||
# configs/ea3131/locked/mklocked.sh
|
||||
#
|
||||
# Copyright (C) 2010 Gregory Nutt. All rights reserved.
|
||||
# Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@ -163,7 +163,6 @@ fi
|
||||
|
||||
echo "EXTERN(mm_initialize)" >>ld-locked.inc
|
||||
echo "EXTERN(irq_initialize)" >>ld-locked.inc
|
||||
#echo "EXTERN(user_initialize)" >>ld-locked.inc
|
||||
echo "EXTERN(wd_initialize)" >>ld-locked.inc
|
||||
|
||||
answer=$(checkconfig CONFIG_DISABLE_CLOCK)
|
||||
|
Loading…
Reference in New Issue
Block a user