On Thu, Jan 14, 2016 at 02:11:13PM +0530, Aneesh Bansal wrote: > PAMU driver basic support for usage in Secure Boot. > In secure boot PAMU is not in bypass mode. Hence to use > any peripheral (SEC Job ring in our case), PAMU has to be > configured. > > The Header file pamu.h and few functions in driver have been derived > from Freescale Libos. > > Signed-off-by: Ruchika Gupta <[email protected]> > Signed-off-by: Aneesh Bansal <[email protected]> [snip] > +#ifdef DEBUG > + printf("sec_addr < end_addr is %llx < %llx\n", sec_addr, > + end_addr); > +#endif
It seems like most DEBUG statements here are around printf's, please use debug() instead. -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

