Blame view

include/configs/geekbox.h 227 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  /* SPDX-License-Identifier: GPL-2.0+ */
54c57ae05   Andreas Färber   rockchip: rk3368:...
2
3
  /*
   * Copyright (c) 2016 Andreas Färber
54c57ae05   Andreas Färber   rockchip: rk3368:...
4
5
6
7
8
9
   */
  
  #ifndef __CONFIGS_GEEKBOX_H
  #define __CONFIGS_GEEKBOX_H
  
  #include <configs/rk3368_common.h>
54c57ae05   Andreas Färber   rockchip: rk3368:...
10
11
12
  #define CONFIG_CONSOLE_SCROLL_LINES		10
  
  #endif