diff options
author | Simon Shields <simon@lineageos.org> | 2018-06-26 23:55:51 +1000 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-03-28 01:15:15 +0100 |
commit | 8e2df187f2b4f5882e19237601ba8518de2e13e4 (patch) | |
tree | 3bfc85dac0e7b51deab238aa2e6db5a2aa603e21 | |
parent | 8fd0c9557fda617c72806e47ff1fb7423c522235 (diff) | |
download | u-boot-midas-8e2df187f2b4f5882e19237601ba8518de2e13e4.tar.gz u-boot-midas-8e2df187f2b4f5882e19237601ba8518de2e13e4.tar.bz2 u-boot-midas-8e2df187f2b4f5882e19237601ba8518de2e13e4.zip |
midas: enable debug uart and gpt command
-rw-r--r-- | configs/midas_defconfig | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/configs/midas_defconfig b/configs/midas_defconfig index e1a12fa950..33bd44c68e 100644 --- a/configs/midas_defconfig +++ b/configs/midas_defconfig @@ -174,7 +174,7 @@ CONFIG_IDENT_STRING="" # CONFIG_DEBUG_LL is not set CONFIG_DEFAULT_DEVICE_TREE="exynos4412-midas" CONFIG_SMBIOS_PRODUCT_NAME="midas" -# CONFIG_DEBUG_UART is not set +CONFIG_DEBUG_UART=y # CONFIG_AHCI is not set # @@ -454,8 +454,9 @@ CONFIG_CMD_FLASH=y # CONFIG_CMD_FPGAD is not set # CONFIG_CMD_FUSE is not set CONFIG_CMD_GPIO=y -# CONFIG_CMD_GPT is not set +CONFIG_CMD_GPT=y # CONFIG_RANDOM_UUID is not set +# CONFIG_CMD_GPT_RENAME is not set # CONFIG_CMD_IDE is not set # CONFIG_CMD_IO is not set # CONFIG_CMD_IOTRACE is not set @@ -976,6 +977,23 @@ CONFIG_DM_SERIAL=y # CONFIG_SERIAL_SEARCH_ALL is not set CONFIG_SPL_DM_SERIAL=y # CONFIG_TPL_DM_SERIAL is not set +# CONFIG_DEBUG_UART_ALTERA_JTAGUART is not set +# CONFIG_DEBUG_UART_ALTERA_UART is not set +# CONFIG_DEBUG_UART_ATMEL is not set +# CONFIG_DEBUG_UART_NS16550 is not set +CONFIG_DEBUG_UART_S5P=y +# CONFIG_DEBUG_UART_UARTLITE is not set +# CONFIG_DEBUG_UART_ARM_DCC is not set +# CONFIG_DEBUG_MVEBU_A3700_UART is not set +# CONFIG_DEBUG_UART_ZYNQ is not set +# CONFIG_DEBUG_UART_PL010 is not set +# CONFIG_DEBUG_UART_PL011 is not set +# CONFIG_DEBUG_UART_OMAP is not set +CONFIG_DEBUG_UART_BASE=0x13820000 +CONFIG_DEBUG_UART_CLOCK=88473600 +CONFIG_DEBUG_UART_SHIFT=0 +# CONFIG_DEBUG_UART_BOARD_INIT is not set +CONFIG_DEBUG_UART_ANNOUNCE=y # CONFIG_DEBUG_UART_SKIP_INIT is not set # CONFIG_ALTERA_JTAG_UART is not set # CONFIG_ALTERA_UART is not set |