diff options
author | Wolfgang Denk <wd@denx.de> | 2007-07-06 02:50:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-06 02:50:34 +0200 |
commit | e80955f07de03fef0196353e77534b2300193c1c (patch) | |
tree | 2fbe65d20537c38a71bacf505e285595ddd3e01a /post/cpu/ppc4xx/uart.c | |
parent | f1152f8c28db4a22087c21c618a3f7baa48e9a4f (diff) | |
parent | b44896215a09c60fa40cae906f7ed207bbc2c492 (diff) |
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
Diffstat (limited to 'post/cpu/ppc4xx/uart.c')
-rw-r--r-- | post/cpu/ppc4xx/uart.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/post/cpu/ppc4xx/uart.c b/post/cpu/ppc4xx/uart.c index f220dba17a..b047d42dfd 100644 --- a/post/cpu/ppc4xx/uart.c +++ b/post/cpu/ppc4xx/uart.c @@ -2,6 +2,8 @@ * (C) Copyright 2007 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * + * Author: Igor Lisitsin <igor@emcraft.com> + * * See file CREDITS for list of people who contributed to this * project. * @@ -210,5 +212,4 @@ int uart_post_test (int flags) } #endif /* CONFIG_POST & CFG_POST_UART */ - #endif /* CONFIG_POST */ |