mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
find_tlb_idx() is called in board_early_init_r() on multiple boards. The return value is not checked before being used to disable a TLB. In normal case the return value wouldn't be -1. In case of a mis- configuration during porting to a new board, checking the return value may be helpful to reveal some user errors. Signed-off-by: York Sun <yorksun@freescale.com> |
||
|---|---|---|
| .. | ||
| b4_pbi.cfg | ||
| b4_rcw.cfg | ||
| b4860qds.c | ||
| b4860qds.h | ||
| b4860qds_crossbar_con.h | ||
| b4860qds_qixis.h | ||
| ddr.c | ||
| eth_b4860qds.c | ||
| law.c | ||
| Makefile | ||
| pci.c | ||
| spl.c | ||
| tlb.c | ||