mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 21:54:37 +08:00
sh: sh3: remove CONFIG_SH3 definition from board config
CONFIG_SH3 was already defined in arch/sh/sh3/config.mk. This removes CONFIG_SH3 from board config files of SH3. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
22e7d66181
commit
2bb29629fc
@ -24,7 +24,6 @@
|
||||
#define CONFIG_VERSION_VARIABLE
|
||||
|
||||
/* CPU and platform */
|
||||
#define CONFIG_SH3 1
|
||||
#define CONFIG_CPU_SH7720 1
|
||||
#define CONFIG_MPR2 1
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
#ifndef __MS7720SE_H
|
||||
#define __MS7720SE_H
|
||||
|
||||
#define CONFIG_SH3 1
|
||||
#define CONFIG_CPU_SH7720 1
|
||||
#define CONFIG_MS7720SE 1
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
#ifndef __SHMIN_H
|
||||
#define __SHMIN_H
|
||||
|
||||
#define CONFIG_SH3 1
|
||||
#define CONFIG_CPU_SH7706 1
|
||||
/* T-SH7706LAN */
|
||||
#define CONFIG_SHMIN 1
|
||||
|
Loading…
Reference in New Issue
Block a user