mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
omap-common: Common get_board_serial function to pass serial through ATAG
Since there is a common function to grab the serial number from the die id bits, it makes sense have one to parse that serial number and feed it to the serial ATAG. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
679f82c349
commit
2da87ab353
3 changed files with 20 additions and 14 deletions
|
@ -604,6 +604,7 @@ void abb_setup(u32 fuse, u32 ldovbb, u32 setup, u32 control,
|
|||
s8 abb_setup_ldovbb(u32 fuse, u32 ldovbb);
|
||||
|
||||
void omap_die_id_serial(void);
|
||||
void omap_die_id_get_board_serial(struct tag_serialnr *serialnr);
|
||||
void omap_die_id_usbethaddr(void);
|
||||
void omap_die_id_display(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue