mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 10:52:13 +01:00
rockchip: Ensure device settings is defined before rk3588_common.h
Ensure ROCKCHIP_DEVICE_SETTINGS is defined before including rk3588_common.h in board include/configs files. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
e8f2dd137d
commit
fd753bc2a9
@ -6,10 +6,10 @@
|
||||
#ifndef __EVB_RK3588_H
|
||||
#define __EVB_RK3588_H
|
||||
|
||||
#include <configs/rk3588_common.h>
|
||||
|
||||
#define ROCKCHIP_DEVICE_SETTINGS \
|
||||
"stdout=serial,vidconsole\0" \
|
||||
"stderr=serial,vidconsole\0"
|
||||
|
||||
#include <configs/rk3588_common.h>
|
||||
|
||||
#endif
|
||||
|
||||
@ -6,10 +6,10 @@
|
||||
#ifndef __KHADAS_EDGE2_RK3588_H
|
||||
#define __KHADAS_EDGE2_RK3588_H
|
||||
|
||||
#include <configs/rk3588_common.h>
|
||||
|
||||
#define ROCKCHIP_DEVICE_SETTINGS \
|
||||
"stdout=serial,vidconsole\0" \
|
||||
"stderr=serial,vidconsole\0"
|
||||
|
||||
#include <configs/rk3588_common.h>
|
||||
|
||||
#endif /* __KHADAS_EDGE2_RK3588_H */
|
||||
|
||||
@ -6,10 +6,10 @@
|
||||
#ifndef __TOYBRICK_RK3588_H
|
||||
#define __TOYBRICK_RK3588_H
|
||||
|
||||
#include <configs/rk3588_common.h>
|
||||
|
||||
#define ROCKCHIP_DEVICE_SETTINGS \
|
||||
"stdout=serial,vidconsole\0" \
|
||||
"stderr=serial,vidconsole\0"
|
||||
|
||||
#include <configs/rk3588_common.h>
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user