mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
arm: mvebu: Remove commented example code
Include file debug_uart.h already contains documentation how to use it. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
c53a30f039
commit
9c0642d89b
1 changed files with 0 additions and 13 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <debug_uart.h>
|
||||
#include <fdtdec.h>
|
||||
#include <hang.h>
|
||||
#include <image.h>
|
||||
|
@ -250,18 +249,6 @@ void board_init_f(ulong dummy)
|
|||
*/
|
||||
board_early_init_f();
|
||||
|
||||
/* Example code showing how to enable the debug UART on MVEBU */
|
||||
#ifdef EARLY_UART
|
||||
/*
|
||||
* Debug UART can be used from here if required:
|
||||
*
|
||||
* debug_uart_init();
|
||||
* printch('a');
|
||||
* printhex8(0x1234);
|
||||
* printascii("string");
|
||||
*/
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Use special translation offset for SPL. This needs to be
|
||||
* configured *before* spl_init() is called as this function
|
||||
|
|
Loading…
Add table
Reference in a new issue