diff options
| author | Tom Rini <trini@ti.com> | 2013-10-04 13:17:48 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-10-04 13:17:48 -0400 | 
| commit | f835c77fb7e57508ffe8d8ca3a092ee28add77b2 (patch) | |
| tree | c3cecbfc7fa6adc834c6d2a365bb4e571a388b49 /include/common.h | |
| parent | 0c5274e6f3231a3a28dafc1204b3f71a3534c520 (diff) | |
| parent | e261c83aa04ce0396d57aaecf8dfe0970ffac03e (diff) | |
| download | olio-uboot-2014.01-f835c77fb7e57508ffe8d8ca3a092ee28add77b2.tar.xz olio-uboot-2014.01-f835c77fb7e57508ffe8d8ca3a092ee28add77b2.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 0d40fab04..f1a590a15 100644 --- a/include/common.h +++ b/include/common.h @@ -627,6 +627,8 @@ void ft_pci_setup(void *blob, bd_t *bd);  #endif  #endif +void smp_set_core_boot_addr(unsigned long addr, int corenr); +void smp_kick_all_cpus(void);  /* $(CPU)/serial.c */  int	serial_init   (void); |