From f384ae009b1025b0a1397d121e1e87c383824e08 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Wed, 2 Oct 2013 11:39:02 -0500 Subject: [PATCH] beaglebone: update to uboot ftd auto detection Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- tools/hwpack/beaglebone.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/hwpack/beaglebone.conf b/tools/hwpack/beaglebone.conf index a0b3b9c90..ff9f2ad68 100644 --- a/tools/hwpack/beaglebone.conf +++ b/tools/hwpack/beaglebone.conf @@ -4,6 +4,10 @@ #Bootloader Partition: conf_boot_fstype="fat" +bootloader_location="fatfs_boot" +spl_name="MLO" +boot_name="u-boot.img" + #Bootloader: u-boot features: #CONFIG_CMD_BOOTZ @@ -20,3 +24,6 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1 #uenvcmd avaiable? conf_uboot_use_uenvcmd=1 + +#can the bootloader auto detect the device: (*.dtb)? +uboot_fdt_auto_detection=1 \ No newline at end of file -- GitLab