cherryhill.h 406 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
  4. */
  5. #ifndef __CONFIG_H
  6. #define __CONFIG_H
  7. #include <configs/x86-common.h>
  8. #define CONFIG_SYS_MONITOR_LEN (2 << 20)
  9. #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \
  10. "stdout=vidconsole,serial\0" \
  11. "stderr=vidconsole,serial\0"
  12. /* Environment configuration */
  13. #endif /* __CONFIG_H */