diff options
Diffstat (limited to 'src/soc/intel/cannonlake/cbmem.c')
-rw-r--r-- | src/soc/intel/cannonlake/cbmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/cannonlake/cbmem.c b/src/soc/intel/cannonlake/cbmem.c index 0f47173061..300556a45f 100644 --- a/src/soc/intel/cannonlake/cbmem.c +++ b/src/soc/intel/cannonlake/cbmem.c @@ -17,6 +17,6 @@ void *cbmem_top(void) { - /* not implemented yet */ + /* not implemented yet */ return (void *) NULL; } |