mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
drivers: remoteproc: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
3ba14895d3
commit
136d76f5a3
2 changed files with 0 additions and 2 deletions
|
@ -518,7 +518,6 @@ int rproc_is_running(int id)
|
||||||
return _rproc_ops_wrapper(id, RPROC_RUNNING);
|
return _rproc_ops_wrapper(id, RPROC_RUNNING);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static int handle_trace(struct udevice *dev, struct fw_rsc_trace *rsc,
|
static int handle_trace(struct udevice *dev, struct fw_rsc_trace *rsc,
|
||||||
int offset, int avail)
|
int offset, int avail)
|
||||||
{
|
{
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
#define PROC_BOOT_CFG_FLAG_R5_MEM_INIT_DIS 0x00004000
|
#define PROC_BOOT_CFG_FLAG_R5_MEM_INIT_DIS 0x00004000
|
||||||
#define PROC_BOOT_CFG_FLAG_R5_SINGLE_CORE 0x00008000
|
#define PROC_BOOT_CFG_FLAG_R5_SINGLE_CORE 0x00008000
|
||||||
|
|
||||||
|
|
||||||
/* R5 TI-SCI Processor Control Flags */
|
/* R5 TI-SCI Processor Control Flags */
|
||||||
#define PROC_BOOT_CTRL_FLAG_R5_CORE_HALT 0x00000001
|
#define PROC_BOOT_CTRL_FLAG_R5_CORE_HALT 0x00000001
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue