diff options
author | Francois Retief <fgretief@spaceteq.co.za> | 2015-10-29 12:55:34 +0200 |
---|---|---|
committer | Francois Retief <fgretief@spaceteq.co.za> | 2015-11-13 10:23:33 +0200 |
commit | e43ce3fca755d79635899b658a97f3c4a7dbf220 (patch) | |
tree | ab287ecdb45c987e51109090e0ae56abc911a405 /configs | |
parent | 5786071e4a3b9091940580c208e27d21fdc269cf (diff) |
sparc: leon3: Add debug_uart support to LEON3 serial driver.
Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/grsim_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/grsim_defconfig b/configs/grsim_defconfig index a5ea7ab8d8..d2f709f834 100644 --- a/configs/grsim_defconfig +++ b/configs/grsim_defconfig @@ -14,3 +14,7 @@ CONFIG_SYS_TEXT_BASE=0x00000000 # CONFIG_CMD_NET is not set # CONFIG_CMD_NFS is not set CONFIG_SYS_AMBAPP_PRINT_ON_STARTUP=y +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_APBUART=y +CONFIG_DEBUG_UART_BASE=0x80000100 +CONFIG_DEBUG_UART_CLOCK=40000000 |