PPC: Enable Job ring driver model.

removed sec_init() call from board files.
sec is initialized based on job ring information processed
from device tree.

Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
Gaurav Jain 2022-03-24 11:50:37 +05:30 committed by Stefano Babic
parent 5e2ff13357
commit 98281e6d49
41 changed files with 73 additions and 2 deletions

View file

@ -21,5 +21,6 @@
/* Use the generic board which requires a unified bd_info */
#include <asm-generic/u-boot.h>
#include <asm/ppc.h>
#include <asm/u-boot-ppc.h>
#endif /* __U_BOOT_H__ */