summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-07-20 13:19:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-20 14:04:57 +0200
commit483808b9e7a200957b3c9ade9cecda870118a2a8 (patch)
tree2be4d7bb6da270b9b41f81e48cb94fe486341818 /arch/arm/configs
parent0358115f0c9923255179c52c9c43bb9c0879709f (diff)
downloadbarebox-483808b9e7a200957b3c9ade9cecda870118a2a8.tar.gz
barebox-483808b9e7a200957b3c9ade9cecda870118a2a8.tar.xz
ARM/Samsung: add the vendor FriendlyARM to the board's directory name
A look into "arch/arm/boards/" offers various boards starting with the vendor's name in their directory name (like 'eukrea' and 'freescale'). This patch does the same for the currently existing FriendlyARM board Mini2440. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/friendlyarm_mini2440_defconfig (renamed from arch/arm/configs/mini2440_defconfig)2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/mini2440_defconfig b/arch/arm/configs/friendlyarm_mini2440_defconfig
index efe76e42dd..5551ffead1 100644
--- a/arch/arm/configs/mini2440_defconfig
+++ b/arch/arm/configs/friendlyarm_mini2440_defconfig
@@ -12,7 +12,7 @@ CONFIG_GLOB=y
CONFIG_CMDLINE_EDITING=y
CONFIG_AUTO_COMPLETE=y
CONFIG_DEFAULT_ENVIRONMENT_GENERIC=y
-CONFIG_DEFAULT_ENVIRONMENT_PATH="arch/arm/boards/mini2440/env"
+CONFIG_DEFAULT_ENVIRONMENT_PATH="arch/arm/boards/friendlyarm-mini2440/env"
CONFIG_DEBUG_INFO=y
CONFIG_CMD_EDIT=y
CONFIG_CMD_SLEEP=y