diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/SIMPC8313.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/SIMPC8313.h b/include/configs/SIMPC8313.h index f62a705..b939cfa 100644 --- a/include/configs/SIMPC8313.h +++ b/include/configs/SIMPC8313.h @@ -205,6 +205,9 @@ #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_REG_SIZE 1 +#ifdef CONFIG_NAND_SPL +#define CONFIG_NS16550_MIN_FUNCTIONS +#endif #define CONFIG_SYS_BAUDRATE_TABLE \ {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200} |