diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-04-15 15:08:14 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-04-15 15:08:14 +0200 |
commit | 2ec3ed3b792a3d8a27b53ea0d1e2ac77cf491d78 (patch) | |
tree | 1592fab9be7911ed8e1f87cd50846a05fcf2b477 /recipes/u-boot | |
parent | 617ed6a71a2e445a937f5ac8c878d28f56d87889 (diff) |
u-boot: tiny printout for HIPOX machine fixed
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch b/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch index fbb8039635..1433e90193 100644 --- a/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch +++ b/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch @@ -2010,7 +2010,7 @@ diff -Nurd u-boot-2009.03.orig/board/hipox/hipox.c u-boot-2009.03/board/hipox/hi + +void reset_cpu (ulong addr) +{ -+ printf("Resetting Oxsemi NAS..."); ++ printf("Resetting OXE810 HydraIP..."); + + // Assert reset to cores as per power on defaults + *(volatile u32*)SYS_CTRL_RSTEN_SET_CTRL = |