diff options
author | Tom Rini <trini@ti.com> | 2012-10-01 08:21:35 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-01 08:21:35 -0700 |
commit | e1f92e819d612b0bd86d3703fe574cae8c33ce1f (patch) | |
tree | 0dbfe717fc3d32932ec04fa35dee12cd1125e54a /board/amirix/ap1000/ap1000.h | |
parent | 4668a086bb0a769b741e3a4ffab85f1c41c7cdb8 (diff) | |
download | u-boot-imx-e1f92e819d612b0bd86d3703fe574cae8c33ce1f.zip u-boot-imx-e1f92e819d612b0bd86d3703fe574cae8c33ce1f.tar.gz u-boot-imx-e1f92e819d612b0bd86d3703fe574cae8c33ce1f.tar.bz2 |
AP1000: Inline local 'get_device'
The AP1000 defines a 'get_device' function to determine what board
revision we are on. Inline that checking as it conflicts with the
get_device() in <part.h> and is only used once.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/amirix/ap1000/ap1000.h')
-rw-r--r-- | board/amirix/ap1000/ap1000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/amirix/ap1000/ap1000.h b/board/amirix/ap1000/ap1000.h index 118c4d1..d294816 100644 --- a/board/amirix/ap1000/ap1000.h +++ b/board/amirix/ap1000/ap1000.h @@ -164,7 +164,6 @@ void set_eat_machine_checks(int a_flag); int get_eat_machine_checks(void); unsigned int get_platform(void); -unsigned int get_device(void); void* memcpyb(void * dest,const void *src,size_t count); int process_bootflag(ulong bootflag); void user_led_on(void); |