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 --- board/BuR/kwb/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/BuR') diff --git a/board/BuR/kwb/board.c b/board/BuR/kwb/board.c index 6eed7e0d7f..01dd1d9915 100644 --- a/board/BuR/kwb/board.c +++ b/board/BuR/kwb/board.c @@ -214,8 +214,8 @@ int board_late_init(void) gpio_get_value(PUSH_KEY) && 1 == cnt) { lcd_position_cursor(1, 8); lcd_puts( - "updating U-BOOT from USB ... "); - setenv("bootcmd", "run usbupdate"); + "starting u-boot script from USB ... "); + setenv("bootcmd", "run usbscript"); cnt = 4; break; } else if ((!gpio_get_value(ESC_KEY) && -- cgit v1.2.1