mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 04:50:19 +01: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
3 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue