mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
mach-snapdragon: configure logging
Set LOG_CATEGORY and pr_fmt. Also fix the time.h include. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
c75a535bd3
commit
ab76484cf2
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
||||||
* Author: Caleb Connolly <caleb.connolly@linaro.org>
|
* Author: Caleb Connolly <caleb.connolly@linaro.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "time.h"
|
#define LOG_CATEGORY LOGC_BOARD
|
||||||
|
#define pr_fmt(fmt) "QCOM: " fmt
|
||||||
|
|
||||||
#include <asm/armv8/mmu.h>
|
#include <asm/armv8/mmu.h>
|
||||||
#include <asm/gpio.h>
|
#include <asm/gpio.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
@ -29,6 +31,7 @@
|
||||||
#include <fdt_support.h>
|
#include <fdt_support.h>
|
||||||
#include <usb.h>
|
#include <usb.h>
|
||||||
#include <sort.h>
|
#include <sort.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#include "qcom-priv.h"
|
#include "qcom-priv.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue