summaryrefslogtreecommitdiff
path: root/configs/netspace_v2_defconfig
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2020-05-06 08:02:40 -0400
committerTom Rini <trini@konsulko.com>2020-05-15 14:47:35 -0400
commitbb0fb4c0f40803eaffd7a4fc0ec3a9fe4a8be0f0 (patch)
tree8882d7c32fd24fa1ff2765873caafa713c4d5215 /configs/netspace_v2_defconfig
parentb48f72a86b3758e05227fa1fc607ea2c0c365f93 (diff)
rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
Have this symbol follow the pattern of all other such symbols. This patch also removes a TODO from the code. Reviewed-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Diffstat (limited to 'configs/netspace_v2_defconfig')
-rw-r--r--configs/netspace_v2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/netspace_v2_defconfig b/configs/netspace_v2_defconfig
index 052049af1c..6ba1ef423e 100644
--- a/configs/netspace_v2_defconfig
+++ b/configs/netspace_v2_defconfig
@@ -1,7 +1,7 @@
CONFIG_ARM=y
CONFIG_SYS_DCACHE_OFF=y
CONFIG_ARCH_CPU_INIT=y
-CONFIG_KIRKWOOD=y
+CONFIG_ARCH_KIRKWOOD=y
CONFIG_SYS_TEXT_BASE=0x600000
CONFIG_TARGET_NETSPACE_V2=y
CONFIG_ENV_SIZE=0x1000