Skip to content
Snippets Groups Projects
Commit e9161788 authored by Albert ARIBAUD's avatar Albert ARIBAUD
Browse files

edminiv2: switch to generic board support

parent e1cc4d31
No related branches found
No related tags found
No related merge requests found
#
# Copyright (C) 2010 Albert ARIBAUD <albert.u.boot@aribaud.net>
#
# (C) Copyright 2009
# Marvell Semiconductor <www.marvell.com>
# Written-by: Prafulla Wadaskar <prafulla@marvell.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
# TEXT_BASE must equal the intended FLASH location of u-boot.
CONFIG_SYS_TEXT_BASE = 0xfff90000
...@@ -12,6 +12,10 @@ ...@@ -12,6 +12,10 @@
#ifndef _CONFIG_EDMINIV2_H #ifndef _CONFIG_EDMINIV2_H
#define _CONFIG_EDMINIV2_H #define _CONFIG_EDMINIV2_H
/* general settings */
#define CONFIG_SYS_TEXT_BASE 0xfff90000
#define CONFIG_SYS_GENERIC_BOARD
/* /*
* Version number information * Version number information
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment