]> Git Repo - u-boot.git/blobdiff - drivers/serial/serial-uclass.c
Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm
[u-boot.git] / drivers / serial / serial-uclass.c
index 01387c11192d1a8c1cff65c788c710c679504fad..30d44214d7d41325bc9945063ef5e53c022fecb0 100644 (file)
@@ -27,10 +27,6 @@ DECLARE_GLOBAL_DATA_PTR;
  */
 static const unsigned long baudrate_table[] = CONFIG_SYS_BAUDRATE_TABLE;
 
-#if !CONFIG_VAL(SYS_MALLOC_F_LEN)
-#error "Serial is required before relocation - define CONFIG_$(SPL_)SYS_MALLOC_F_LEN to make this work"
-#endif
-
 #if CONFIG_IS_ENABLED(SERIAL_PRESENT)
 static int serial_check_stdout(const void *blob, struct udevice **devp)
 {
This page took 0.025312 seconds and 4 git commands to generate.