diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2015-08-30 15:36:48 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:38:16 +0200 |
commit | 7d1abb7d5bb36d011d7619a353b7232bf542585e (patch) | |
tree | b9584ce6591263466c383b39235939e835d03be9 /board/compulab | |
parent | d6276ab10df98c3fece67ebd0e0b1b601552c128 (diff) | |
download | u-boot-imx-7d1abb7d5bb36d011d7619a353b7232bf542585e.zip u-boot-imx-7d1abb7d5bb36d011d7619a353b7232bf542585e.tar.gz u-boot-imx-7d1abb7d5bb36d011d7619a353b7232bf542585e.tar.bz2 |
arm: mx6: cm-fx6: print PCB revision
Print board revision for cm-fx6.
Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'board/compulab')
-rw-r--r-- | board/compulab/cm_fx6/cm_fx6.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/compulab/cm_fx6/cm_fx6.c b/board/compulab/cm_fx6/cm_fx6.c index 7273d34..e3db9d5 100644 --- a/board/compulab/cm_fx6/cm_fx6.c +++ b/board/compulab/cm_fx6/cm_fx6.c @@ -626,6 +626,13 @@ int checkboard(void) return 0; } +int misc_init_r(void) +{ + cl_print_pcb_info(); + + return 0; +} + void dram_init_banksize(void) { gd->bd->bi_dram[0].start = PHYS_SDRAM_1; |