File tree 6 files changed +30
-16
lines changed
6 files changed +30
-16
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ config TARGET_SANSA_FUZE_PLUS
190
190
config TARGET_SC_SPS_1
191
191
bool "Support sc_sps_1"
192
192
193
- config TARGET_NHK8815
194
- bool "Support nhk8815 "
193
+ config ARCH_NOMADIK
194
+ bool "ST-Ericsson Nomadik "
195
195
196
196
config ORION5X
197
197
bool "Marvell Orion"
@@ -518,6 +518,8 @@ source "arch/arm/cpu/armv7/keystone/Kconfig"
518
518
519
519
source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"
520
520
521
+ source "arch/arm/cpu/arm926ejs/nomadik/Kconfig"
522
+
521
523
source "arch/arm/cpu/armv7/omap3/Kconfig"
522
524
523
525
source "arch/arm/cpu/armv7/omap4/Kconfig"
@@ -650,7 +652,6 @@ source "board/spear/spear600/Kconfig"
650
652
source "board/spear/x600/Kconfig"
651
653
source "board/st-ericsson/snowball/Kconfig"
652
654
source "board/st-ericsson/u8500/Kconfig"
653
- source "board/st/nhk8815/Kconfig"
654
655
source "board/sunxi/Kconfig"
655
656
source "board/syteco/jadecpu/Kconfig"
656
657
source "board/syteco/zmx25/Kconfig"
Original file line number Diff line number Diff line change
1
+ if ARCH_NOMADIK
2
+
3
+ choice
4
+ prompt "Nomadik board select"
5
+
6
+ config NOMADIK_NHK8815
7
+ bool "ST 8815 Nomadik Hardware Kit"
8
+
9
+ endchoice
10
+
11
+ config SYS_CPU
12
+ string
13
+ default "arm926ejs"
14
+
15
+ config SYS_SOC
16
+ string
17
+ default "nomadik"
18
+
19
+ source "board/st/nhk8815/Kconfig"
20
+
21
+ endif
Original file line number Diff line number Diff line change 1
- if TARGET_NHK8815
2
-
3
- config SYS_CPU
4
- string
5
- default "arm926ejs"
1
+ if NOMADIK_NHK8815
6
2
7
3
config SYS_BOARD
8
4
string
@@ -12,10 +8,6 @@ config SYS_VENDOR
12
8
string
13
9
default "st"
14
10
15
- config SYS_SOC
16
- string
17
- default "nomadik"
18
-
19
11
config SYS_CONFIG_NAME
20
12
string
21
13
default "nhk8815"
Original file line number Diff line number Diff line change 1
1
CONFIG_ARM=y
2
- CONFIG_TARGET_NHK8815=y
2
+ CONFIG_ARCH_NOMADIK=y
3
+ CONFIG_NOMADIK_NHK8815=y
Original file line number Diff line number Diff line change 1
1
CONFIG_SYS_EXTRA_OPTIONS="BOOT_ONENAND"
2
2
CONFIG_ARM=y
3
- CONFIG_TARGET_NHK8815=y
3
+ CONFIG_ARCH_NOMADIK=y
4
+ CONFIG_NOMADIK_NHK8815=y
Original file line number Diff line number Diff line change 13
13
#include <nomadik.h>
14
14
15
15
#define CONFIG_ARM926EJS
16
- #define CONFIG_NOMADIK
17
16
#define CONFIG_NOMADIK_8815 /* cpu variant */
18
- #define CONFIG_NOMADIK_NHK8815 /* board variant */
19
17
20
18
#define CONFIG_SKIP_LOWLEVEL_INIT /* we have already been loaded to RAM */
21
19
You can’t perform that action at this time.
0 commit comments