[U-Boot] [PATCH] ADS5121: fix typo in "rootpath" default setting

18 Sep
2008
18 Sep
'08
2:27 p.m.
Signed-off-by: Wolfgang Denk wd@denx.de --- include/configs/ads5121.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h index d99f23f..d6f7e02 100644 --- a/include/configs/ads5121.h +++ b/include/configs/ads5121.h @@ -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 */
--
1.5.6.1
6074
Age (days ago)
6074
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Denk