From: cmchao Date: Fri, 14 May 2010 08:08:05 +0000 (+0800) Subject: fix device_table.txt path in arm_toolchain_defconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=288d76be8a6ee075247d388a494db0d768fc748f;p=buildroot.git fix device_table.txt path in arm_toolchain_defconfig Signed-off-by: Chih-Min Chao Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/configs/arm_toolchain_defconfig b/configs/arm_toolchain_defconfig index 460fe957c2..e4c181e500 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