mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
ADS5121: fix typo in "rootpath" default setting
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
87b4ef560c
commit
dd820b03a2
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@
|
|||
|
||||
#define CONFIG_HOSTNAME ads5121
|
||||
#define CONFIG_BOOTFILE ads5121/uImage
|
||||
#define CONFIG_ROOTPATH /opt/eldk/pcc_6xx
|
||||
#define CONFIG_ROOTPATH /opt/eldk/ppc_6xx
|
||||
|
||||
#define CONFIG_LOADADDR 400000 /* default location for tftp and bootm */
|
||||
|
||||
|
|
Loading…
Reference in a new issue