summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bootcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bootcard.c')
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index dfecda6643..ca9d45693e 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -69,7 +69,6 @@ int boot_card(int argc, char **argv, char **envp)
if ( envp )
envp_p = envp;
-
/*
* Set default values for the CPU Table fields all ports must have.
* These values can be overridden in bsp_start() but they are
@@ -86,7 +85,6 @@ int boot_card(int argc, char **argv, char **envp)
Cpu_table.stack_allocate_hook = NULL;
Cpu_table.stack_free_hook = NULL;
-
/*
* Copy the configuration table so we and the BSP wants to change it.
*/