From 1a691f101632955a994a0198fc5498b108e97fbc Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 30 Oct 2019 15:42:15 +0800 Subject: rm include/configs --- include/configs/lion_rk3368.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 include/configs/lion_rk3368.h (limited to 'include/configs/lion_rk3368.h') diff --git a/include/configs/lion_rk3368.h b/include/configs/lion_rk3368.h deleted file mode 100644 index cae0f1e..0000000 --- a/include/configs/lion_rk3368.h +++ /dev/null @@ -1,18 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (c) 2017 Theobroma Systems Design und Consulting GmbH - */ - -#ifndef __CONFIGS_LION_RK3368_H -#define __CONFIGS_LION_RK3368_H - -#include - -#define CONFIG_SYS_MMC_ENV_DEV 0 -#define KERNEL_LOAD_ADDR 0x280000 -#define DTB_LOAD_ADDR 0x5600000 -#define INITRD_LOAD_ADDR 0x5bf0000 -/* PHY needs longer aneg time at 1G */ -#define PHY_ANEG_TIMEOUT 8000 - -#endif -- cgit v1.2.3