Newer
Older
uwuboot / source / arm11 / loader_init.c
#include "types.h"
#include "pxi.h"



void hardwareInit(void)
{
	PXI_init();
}