diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-01 18:05:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-07 10:15:05 +0200 |
commit | b42bd46083bde52b321645991008d3b87850cebc (patch) | |
tree | c4e2ef5418c884aba99eedc6e81ca762c55ba7a1 /package/u-boot-imx6 | |
parent | da8fa37f0c2a485673469434138b121a0a87c8e8 (diff) |
disable searching in /
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" \ |