summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokanathan, Raaj <raaj.lokanathan@intel.com>2023-03-07 21:00:37 +0800
committerraajloka <89235354+raajloka@users.noreply.github.com>2023-03-08 14:17:19 +0800
commitd1812b82f2a754774e2ff92efe26e5c365da1429 (patch)
tree953cf2bd65198ea0cba77a58b0d05e2f57abdd47
parent6d890139236cc4b46dcd0181abe19b5eb56b2c6a (diff)
downloadu-boot-socfpga-d1812b82f2a754774e2ff92efe26e5c365da1429.tar.gz
HSD #14018834576: Set N5X default baudrate to 115200.
The current baudrate is set at 4800 which causes issue with the uart. N5X default baudrate supposed to be set to 115200. This is being set by default from the Kconfig. In that case, the defined CONFIG_BAUDRATE can be removed from the defconfig. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
-rw-r--r--configs/socfpga_n5x_vab_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/socfpga_n5x_vab_defconfig b/configs/socfpga_n5x_vab_defconfig
index 4f27370f9e..8fcb075c71 100644
--- a/configs/socfpga_n5x_vab_defconfig
+++ b/configs/socfpga_n5x_vab_defconfig
@@ -103,4 +103,3 @@ CONFIG_FS_LOADER=y
CONFIG_SPL_FS_LOADER=y
CONFIG_SPL_ENV_SUPPORT=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
-CONFIG_BAUDRATE=4800