diff options
| author | Albert ARIBAUD <[email protected]> | 2015-01-31 11:52:38 +0100 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2015-02-25 07:35:10 +0100 |
| commit | e91617883ea50f6f67966f402f84a31ee47170d1 (patch) | |
| tree | a3a865904a0eba38bba19fde1f2670a310a139fb | |
| parent | e1cc4d31f889428a4ca73120951389c756404184 (diff) | |
edminiv2: switch to generic board support
Signed-off-by: Albert ARIBAUD <[email protected]>
| -rw-r--r-- | board/LaCie/edminiv2/config.mk | 12 | ||||
| -rw-r--r-- | include/configs/edminiv2.h | 4 |
2 files changed, 4 insertions, 12 deletions
diff --git a/board/LaCie/edminiv2/config.mk b/board/LaCie/edminiv2/config.mk deleted file mode 100644 index dfa84f032e7..00000000000 --- a/board/LaCie/edminiv2/config.mk +++ /dev/null @@ -1,12 +0,0 @@ -# -# Copyright (C) 2010 Albert ARIBAUD <[email protected]> -# -# (C) Copyright 2009 -# Marvell Semiconductor <www.marvell.com> -# Written-by: Prafulla Wadaskar <[email protected]> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -# TEXT_BASE must equal the intended FLASH location of u-boot. -CONFIG_SYS_TEXT_BASE = 0xfff90000 diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index 70a698ab328..47da4a91952 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@ -12,6 +12,10 @@ #ifndef _CONFIG_EDMINIV2_H #define _CONFIG_EDMINIV2_H +/* general settings */ +#define CONFIG_SYS_TEXT_BASE 0xfff90000 +#define CONFIG_SYS_GENERIC_BOARD + /* * Version number information */ |
