]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/xilinx/zynqmp/zynqmp.c
zynqmp: Show EL level where U-Boot runs
[people/ms/u-boot.git] / board / xilinx / zynqmp / zynqmp.c
index 88fe3e844f5b19f5a7062b5517746dc91a5329ff..0c9a8141445814a110236d810f20d4c4ecce35ae 100644 (file)
@@ -17,6 +17,8 @@ DECLARE_GLOBAL_DATA_PTR;
 
 int board_init(void)
 {
+       printf("EL Level:\tEL%d\n", current_el());
+
        return 0;
 }