X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Frockchip-common.h;h=68e1105a4b183773fa5c016e44e584ba16deecc9;hb=29d280c88a1ff331dce2d4c7a5aaf2402aa0fd8a;hp=26d41b50759d89bb3e8871997861a6730515dafa;hpb=0bb430c8494e26e8d258cf6957cdd39d2ce4f309;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 26d41b5..68e1105 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -1,13 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2016 Rockchip Electronics Co., Ltd - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _ROCKCHIP_COMMON_H_ #define _ROCKCHIP_COMMON_H_ #include +#define CONFIG_SYS_NS16550_MEM32 + #ifndef CONFIG_SPL_BUILD /* First try to boot from SD (index 0), then eMMC (index 1) */ @@ -58,6 +59,4 @@ #endif -#define CONFIG_DISPLAY_BOARDINFO_LATE - #endif /* _ROCKCHIP_COMMON_H_ */