aboutsummaryrefslogtreecommitdiff
path: root/src/kern/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kern/init.c')
-rw-r--r--src/kern/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kern/init.c b/src/kern/init.c
index b156dd7..288e851 100644
--- a/src/kern/init.c
+++ b/src/kern/init.c
@@ -52,9 +52,9 @@ init2()
panic(".data segment not aligned with sizeof(uint32_t)!\n");
}
- // if (init_data_values_ptr & 3) {
- // panic("init data values pointer not aligned with sizeof(uint32_t)!\n");
- // }
+ if (init_data_values_ptr & 3) {
+ panic("init data values pointer not aligned with sizeof(uint32_t)!\n");
+ }
klogf("Copy data segments from flash ... \n");