summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmchao <cmchao@gmail.com>2010-05-14 16:08:05 +0800
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-22 22:07:25 +0200
commit288d76be8a6ee075247d388a494db0d768fc748f (patch)
tree38aff823ece163cdbfb8a83a4b85cdec6d760bc8
parent38ec41bc53cd660c92c6af5f911bd3e96fa2d8f0 (diff)
fix device_table.txt path in arm_toolchain_defconfig
Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--configs/arm_toolchain_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/arm_toolchain_defconfig b/configs/arm_toolchain_defconfig
index 460fe957c..e4c181e50 100644
--- a/configs/arm_toolchain_defconfig
+++ b/configs/arm_toolchain_defconfig
@@ -712,7 +712,7 @@ BR2_PACKAGE_XSERVER_none=y
#
# filesystem for target device
#
-BR2_ROOTFS_DEVICE_TABLE="target/device/generic/device_table.txt"
+BR2_ROOTFS_DEVICE_TABLE="target/generic/device_table.txt"
# BR2_TARGET_ROOTFS_CRAMFS is not set
# BR2_TARGET_ROOTFS_CLOOP is not set
# BR2_TARGET_ROOTFS_EXT2 is not set