mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-11 13:43:27 +08:00
08790230fe
A few header files still have a definition of CONFIG_ENV_SIZE, causing warnings during buildman runs. This removes the duplicate definitions from evb_px5.h, geekbox.h and rv1108_common.h. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
15 lines
231 B
C
15 lines
231 B
C
/*
|
|
* Copyright (c) 2016 Andreas Färber
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __CONFIGS_GEEKBOX_H
|
|
#define __CONFIGS_GEEKBOX_H
|
|
|
|
#include <configs/rk3368_common.h>
|
|
|
|
#define CONFIG_CONSOLE_SCROLL_LINES 10
|
|
|
|
#endif
|