U-Boot: Typo

This commit is contained in:
François Revol
2013-02-18 00:58:16 +01:00
parent 219f59da1f
commit acc4e245de
@@ -81,7 +81,7 @@ check_cpu_features()
// if we have an FDT... // if we have an FDT...
// XXX: use it only as fallback? // XXX: use it only as fallback?
if (gFDT != NULL/* && pvr_unknown*/) { if (gFDT != NULL/* && pvr_unknown*/) {
// TODO: for MP support we must checn /chosen/cpu first // TODO: for MP support we must check /chosen/cpu first
int node = fdt_path_offset(gFDT, "/cpus/cpu@0"); int node = fdt_path_offset(gFDT, "/cpus/cpu@0");
int len; int len;