mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
cd193462ee
Use larger space for load bl31 in SPL Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Tested-by: Andy Yan <andy.yan@rock-chips.com>
14 lines
273 B
C
14 lines
273 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (c) 2017 Rockchip Electronics Co., Ltd
|
|
*/
|
|
|
|
#ifndef __CONFIGS_PX5_EVB_H
|
|
#define __CONFIGS_PX5_EVB_H
|
|
|
|
#include <configs/rk3368_common.h>
|
|
|
|
#define CONFIG_CONSOLE_SCROLL_LINES 10
|
|
#define CONFIG_SYS_MMC_ENV_DEV 0
|
|
|
|
#endif
|