Tool/software: Linux
Hello All,
I want to enable debug prints in u-boot. There are few debug prints in u-boot code like below:
debug("setup_dplls\n");
debug("Core DPLL configured\n");
1. I want to know how to enable these prints, debug()
2. Does u-boot code print these debug() prints on UART debug prompt?
3. If u-boot does not show on UART debug prompt, where shall we expect to see?
Note: We are trying to debug u-boot our new custom board.
Thanks,
Chetan