mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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:
parent
5e2ff13357
commit
98281e6d49
41 changed files with 73 additions and 2 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue