mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
arm64: zynqmp: Remove whitespaces in psu_init() comment
Remove additional spaces before comment. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
427d568c31
commit
7109930a70
1 changed files with 4 additions and 4 deletions
|
@ -131,10 +131,10 @@ u32 spl_boot_mode(const u32 boot_device)
|
||||||
|
|
||||||
__weak void psu_init(void)
|
__weak void psu_init(void)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* This function is overridden by the one in
|
* This function is overridden by the one in
|
||||||
* board/xilinx/zynqmp/(platform)/psu_init_gpl.c, if it exists.
|
* board/xilinx/zynqmp/(platform)/psu_init_gpl.c, if it exists.
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_SPL_OS_BOOT
|
#ifdef CONFIG_SPL_OS_BOOT
|
||||||
|
|
Loading…
Add table
Reference in a new issue