diff options
Diffstat (limited to 'package/u-boot-imx6')
-rw-r--r-- | package/u-boot-imx6/patches/patch-include_configs_mx6_cubox-i_h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/u-boot-imx6/patches/patch-include_configs_mx6_cubox-i_h b/package/u-boot-imx6/patches/patch-include_configs_mx6_cubox-i_h index 8724ec7c1..d2174480a 100644 --- a/package/u-boot-imx6/patches/patch-include_configs_mx6_cubox-i_h +++ b/package/u-boot-imx6/patches/patch-include_configs_mx6_cubox-i_h @@ -1,5 +1,14 @@ --- u-boot-imx6-20140416.orig/include/configs/mx6_cubox-i.h 2014-04-17 15:53:51.000000000 +0200 -+++ u-boot-imx6-20140416/include/configs/mx6_cubox-i.h 2014-04-22 11:45:28.117832106 +0200 ++++ u-boot-imx6-20140416/include/configs/mx6_cubox-i.h 2014-06-30 12:44:38.808082044 +0200 +@@ -158,7 +158,7 @@ + "script=boot.scr\0" \ + "bootfile=auto\0" \ + "bootenv=uEnv.txt\0" \ +- "boot_prefixes=/ /boot/\0" \ ++ "boot_prefixes=/boot/\0" \ + "console=ttymxc0\0" \ + "stdin=serial,usbkbd\0" \ + "stdout=serial,vga\0" \ @@ -171,7 +171,7 @@ "ip_dyn=yes\0" \ "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \ |