kconfig: define CONFIG_PLATFORM only once
define CONFIG_PLATFORM only once in arch/Kconfig and set it for every platform. Change-Id: I8554bb36d2d15c3ee71fa63dfc3a763ebca956ee Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fa2441534a
commit
66233116ff
11 changed files with 6 additions and 40 deletions
|
@ -18,11 +18,7 @@
|
|||
|
||||
if PLATFORM_QUARK_SE
|
||||
config PLATFORM
|
||||
string
|
||||
default quark_se
|
||||
help
|
||||
This option holds the directory name used by the build system to locate
|
||||
the correct linker file.
|
||||
|
||||
config PHYS_RAM_ADDR
|
||||
default 0xA8006400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue