mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
board: fsl: ls1088a: remove empty arch_misc_init
The arch_misc_init function is empty on LS108x SoCs/boards, remove it. Signed-off-by: Alex Marginean <alexandru.marginean@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
committed by
Priyanka Jain
parent
196ada6a69
commit
9d7df5015d
@@ -1165,7 +1165,6 @@ config TARGET_LS2080A_SIMU
|
|||||||
config TARGET_LS1088AQDS
|
config TARGET_LS1088AQDS
|
||||||
bool "Support ls1088aqds"
|
bool "Support ls1088aqds"
|
||||||
select ARCH_LS1088A
|
select ARCH_LS1088A
|
||||||
select ARCH_MISC_INIT
|
|
||||||
select ARM64
|
select ARM64
|
||||||
select ARMV8_MULTIENTRY
|
select ARMV8_MULTIENTRY
|
||||||
select ARCH_SUPPORT_TFABOOT
|
select ARCH_SUPPORT_TFABOOT
|
||||||
@@ -1387,7 +1386,6 @@ config TARGET_LS1028ARDB
|
|||||||
config TARGET_LS1088ARDB
|
config TARGET_LS1088ARDB
|
||||||
bool "Support ls1088ardb"
|
bool "Support ls1088ardb"
|
||||||
select ARCH_LS1088A
|
select ARCH_LS1088A
|
||||||
select ARCH_MISC_INIT
|
|
||||||
select ARM64
|
select ARM64
|
||||||
select ARMV8_MULTIENTRY
|
select ARMV8_MULTIENTRY
|
||||||
select ARCH_SUPPORT_TFABOOT
|
select ARCH_SUPPORT_TFABOOT
|
||||||
|
@@ -811,13 +811,6 @@ void detail_board_ddr_info(void)
|
|||||||
print_ddr_info(0);
|
print_ddr_info(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_MISC_INIT)
|
|
||||||
int arch_misc_init(void)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_FSL_MC_ENET
|
#ifdef CONFIG_FSL_MC_ENET
|
||||||
void board_quiesce_devices(void)
|
void board_quiesce_devices(void)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user