mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
edminiv2: switch to generic board support
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
This commit is contained in:
parent
e1cc4d31f8
commit
e91617883e
2 changed files with 4 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#
|
||||
# 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 @@
|
|||
#ifndef _CONFIG_EDMINIV2_H
|
||||
#define _CONFIG_EDMINIV2_H
|
||||
|
||||
/* general settings */
|
||||
#define CONFIG_SYS_TEXT_BASE 0xfff90000
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
|
||||
/*
|
||||
* Version number information
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue