mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00: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>
14 lines
244 B
C
14 lines
244 B
C
/*
|
|
* 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
|