diff --git a/package/uboot-xburst/files/include/configs/nanonote.h b/package/uboot-xburst/files/include/configs/nanonote.h index 6b7d63513..d7b624abf 100644 --- a/package/uboot-xburst/files/include/configs/nanonote.h +++ b/package/uboot-xburst/files/include/configs/nanonote.h @@ -95,6 +95,9 @@ #define CONFIG_SYS_MEMTEST_START 0x80100000 #define CONFIG_SYS_MEMTEST_END 0x80800000 +#define CONFIG_SILENT_CONSOLE 1 /* Enable support for silent boot */ +#define CONFIG_SYS_DEVICE_NULLDEV 1 /* Enable output sink */ + /* * Environment */