diff --git a/configs/pcduino-a10/README.txt b/configs/pcduino-a10/README.txt index 079994292a2..9515d49ef3d 100644 --- a/configs/pcduino-a10/README.txt +++ b/configs/pcduino-a10/README.txt @@ -404,8 +404,3 @@ Configurations the pcDuino, we are executing out of SDRAM so when the TLBs for the SDRAM region are invalidated that cause a crash. That has not been proven, however. - - d) nuttx/arch/arm/src/common/up_internal.h: One of the values need for UART - baud calculation is missing (the frequency of SCLK, the UART input clock). - As a result, UART configuration is currently suppressed by a setting in - this file. diff --git a/configs/pcduino-a10/nsh/pcduino-140107.patch b/configs/pcduino-a10/nsh/pcduino-140107.patch index 470bf0917c6..b5df28eb800 100644 --- a/configs/pcduino-a10/nsh/pcduino-140107.patch +++ b/configs/pcduino-a10/nsh/pcduino-140107.patch @@ -91,16 +91,3 @@ index f82490c..5c16e48 100644 } #endif -diff --git a/nuttx/arch/arm/src/common/up_internal.h b/nuttx/arch/arm/src/common/up_internal.h -index eb3ca89..8310d8a 100644 ---- a/nuttx/arch/arm/src/common/up_internal.h -+++ b/nuttx/arch/arm/src/common/up_internal.h -@@ -60,7 +60,7 @@ - #undef CONFIG_SUPPRESS_INTERRUPTS /* DEFINED: Do not enable interrupts */ - #undef CONFIG_SUPPRESS_TIMER_INTS /* DEFINED: No timer */ - #undef CONFIG_SUPPRESS_SERIAL_INTS /* DEFINED: Console will poll */ --#undef CONFIG_SUPPRESS_UART_CONFIG /* DEFINED: Do not reconfig UART */ -+#define CONFIG_SUPPRESS_UART_CONFIG 1 /* DEFINED: Do not reconfig UART */ - #undef CONFIG_DUMP_ON_EXIT /* DEFINED: Dump task state on exit */ - - /* Determine which (if any) console driver to use. If a console is enabled