From 288d76be8a6ee075247d388a494db0d768fc748f Mon Sep 17 00:00:00 2001 From: cmchao Date: Fri, 14 May 2010 16:08:05 +0800 Subject: fix device_table.txt path in arm_toolchain_defconfig Signed-off-by: Chih-Min Chao Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- configs/arm_toolchain_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3