diff options
author | David Brownell <david-b@pacbell.net> | 2008-02-22 12:54:39 -0800 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-05-27 15:27:29 +0200 |
commit | 55ac7a7490b55da56659f95d82a0c83b9756df27 (patch) | |
tree | 0668742a3c0f6205a4441de2929e3f643f2de215 /include/configs/atstk1004.h | |
parent | 1f1554841a4c8e069d331176f0c3059fb2bb8280 (diff) |
avr32: stk1002 and ngw100 convergence
Make STK1002 and NGW100 boards act more alike:
- STK boards can use as many arguments as NGW
- STK boards don't need to manage FPGAs either
- NGW commands should match STK ones
Also spell U-Boot right in prompts for STK1002 and NGW100.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
[haavard.skinnemoen@atmel.com: update STK100[34] as well]
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'include/configs/atstk1004.h')
-rw-r--r-- | include/configs/atstk1004.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/atstk1004.h b/include/configs/atstk1004.h index b81fc212701..235c1cc9df8 100644 --- a/include/configs/atstk1004.h +++ b/include/configs/atstk1004.h @@ -172,7 +172,7 @@ #define CFG_BOOTPARAMS_LEN (16 * 1024) /* Other configuration settings that shouldn't have to change all that often */ -#define CFG_PROMPT "Uboot> " +#define CFG_PROMPT "U-Boot> " #define CFG_CBSIZE 256 #define CFG_MAXARGS 16 #define CFG_PBSIZE (CFG_CBSIZE + sizeof(CFG_PROMPT) + 16) |