mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-10 20:06:40 +07:00
1b021a3b23
switch early init to init_early and introduce soc map_io with this Patch we will not do any more early device setup during the map io tks to Russell to point the new call back Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: Patrice Vilchez <patrice.vilchez@atmel.com> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Andrew Victor <linux@maxim.org.za>
8 lines
129 B
C
8 lines
129 B
C
#ifndef __MACH_STAMP9G20_H
|
|
#define __MACH_STAMP9G20_H
|
|
|
|
void stamp9g20_init_early(void);
|
|
void stamp9g20_board_init(void);
|
|
|
|
#endif
|