diff options
author | Hannes Petermaier <oe5hpm@oevsv.at> | 2015-04-24 14:49:39 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-08 17:24:17 -0400 |
commit | 5094befd84de1fe6ffbe515d8efe2f19963a17f5 (patch) | |
tree | 66eb232657f034a4feaf57c8eba256e937ed8ca9 /include/configs/bur_am335x_common.h | |
parent | 4e2a341566ee53963b343d1f06c53bfb02d3d291 (diff) | |
download | u-boot-5094befd84de1fe6ffbe515d8efe2f19963a17f5.tar.gz |
board/BuR/common: rename "usbupdate" environment to "usbscript"
usbupdate in real does allways load some script from usb-storage and execute
it, on all B&R targets.
So we do following 2 things:
- rename it to what it really does
- move it from boards to common environment
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'include/configs/bur_am335x_common.h')
-rw-r--r-- | include/configs/bur_am335x_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h index c74140b240..b441fa038d 100644 --- a/include/configs/bur_am335x_common.h +++ b/include/configs/bur_am335x_common.h @@ -13,6 +13,7 @@ #define __BUR_AM335X_COMMON_H__ /* ------------------------------------------------------------------------- */ #define BUR_COMMON_ENV \ +"usbscript=usb start && fatload usb 0 0x80000000 usbscript.img && source\0" \ "defaultip=192.168.60.253\0" \ "defaultsip=192.168.60.254\0" \ "netconsole=echo switching to network console ...; " \ |