mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
omap3: board: trivial: add void for no args
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
403edbb94f
commit
fd3f401bc1
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ void secure_unlock_mem(void)
|
||||||
* configure secure registers and exit secure world
|
* configure secure registers and exit secure world
|
||||||
* general use.
|
* general use.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
void secureworld_exit()
|
void secureworld_exit(void)
|
||||||
{
|
{
|
||||||
unsigned long i;
|
unsigned long i;
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@ void secureworld_exit()
|
||||||
* Description: If chip is GP/EMU(special) type, unlock the SRAM for
|
* Description: If chip is GP/EMU(special) type, unlock the SRAM for
|
||||||
* general use.
|
* general use.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
void try_unlock_memory()
|
void try_unlock_memory(void)
|
||||||
{
|
{
|
||||||
int mode;
|
int mode;
|
||||||
int in_sdram = is_running_in_sdram();
|
int in_sdram = is_running_in_sdram();
|
||||||
|
|
Loading…
Reference in a new issue