From 5094befd84de1fe6ffbe515d8efe2f19963a17f5 Mon Sep 17 00:00:00 2001 From: Hannes Petermaier Date: Fri, 24 Apr 2015 14:49:39 +0200 Subject: 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 --- include/configs/bur_am335x_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/bur_am335x_common.h') diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h index c74140b..b441fa0 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 ...; " \ -- cgit v1.1