looking through common/startup.c and decided i wanted to see confirmation of all the initcalls running here: for (initcall = __barebox_initcalls_start; initcall < __barebox_initcalls_end; initcall++) { debug("initcall-> %pS\n", *initcall); result = (*initcall)(); if (result) pr_err("initcall %pS failed: %s\n", *initcall, strerror(-result)); } so i started from scratch, ran "make menuconfig" for both the x-loader and barebox to enable "low level debug messages", but i don't see any difference in the boot output. i've perused the barebox wiki and don't see anything regarding that setting. am i doing something wrong? rday p.s. this is on a beagle xM, for which i am now happily building both the x-loader and barebox, which boots successfully. -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox