diff options
Diffstat (limited to 'src/soc/qualcomm/qcs405')
-rw-r--r-- | src/soc/qualcomm/qcs405/include/soc/spi.h | 3 | ||||
-rw-r--r-- | src/soc/qualcomm/qcs405/uart.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/soc/qualcomm/qcs405/include/soc/spi.h b/src/soc/qualcomm/qcs405/include/soc/spi.h index dc7ecd31a7..0d491604f7 100644 --- a/src/soc/qualcomm/qcs405/include/soc/spi.h +++ b/src/soc/qualcomm/qcs405/include/soc/spi.h @@ -1,6 +1,5 @@ +/* Register definitions for the IPQ BLSP SPI Controller */ /* - * Register definitions for the IPQ BLSP SPI Controller - * * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/soc/qualcomm/qcs405/uart.c b/src/soc/qualcomm/qcs405/uart.c index c9c1b3906b..deb9ab0f51 100644 --- a/src/soc/qualcomm/qcs405/uart.c +++ b/src/soc/qualcomm/qcs405/uart.c @@ -1,6 +1,5 @@ +/* Source : APQ8064 LK boot */ /* - * Source : APQ8064 LK boot - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: |