Blame view

include/configs/evb_px5.h 244 Bytes
d41ce506b   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  /*
   * Copyright (c) 2017 Rockchip Electronics Co., Ltd
   *
   * SPDX-License-Identifier:     GPL-2.0+
   */
  
  #ifndef __CONFIGS_PX5_EVB_H
  #define __CONFIGS_PX5_EVB_H
  
  #include <configs/rk3368_common.h>
  
  #define CONFIG_CONSOLE_SCROLL_LINES	10
  
  #endif