diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-03 07:26:16 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-03 07:26:16 -0500 |
commit | e54457f7495e6fe527d1bad0d8cc7b717558a759 (patch) | |
tree | 5fe3560f24686a1152053805b3555c7423d52271 /board/synopsys/iot_devkit/iot_devkit.c | |
parent | 952061352acfd24034e6990b6b7d32cded020c0a (diff) | |
parent | 6ef705b1575045f7b63bf011a0774228159715b2 (diff) |
Merge tag 'arc-updates-for-2019.01-rc1' of git://git.denx.de/u-boot-arc
We introduce much better automatic identification of ARC cores.
1. Try to match found HW features to known ARC core templates
2. Print CPU frequency for all ARC boards
3. Add more board-specific info
Diffstat (limited to 'board/synopsys/iot_devkit/iot_devkit.c')
-rw-r--r-- | board/synopsys/iot_devkit/iot_devkit.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/synopsys/iot_devkit/iot_devkit.c b/board/synopsys/iot_devkit/iot_devkit.c index f8838fb3ce8..8424e09bd3c 100644 --- a/board/synopsys/iot_devkit/iot_devkit.c +++ b/board/synopsys/iot_devkit/iot_devkit.c @@ -189,13 +189,3 @@ int checkboard(void) puts("Board: Synopsys IoT Development Kit\n"); return 0; }; - -#ifdef CONFIG_DISPLAY_CPUINFO -int print_cpuinfo(void) -{ - char mhz[8]; - - printf("CPU: ARC EM9D at %s MHz\n", strmhz(mhz, gd->cpu_clk)); - return 0; -} -#endif /* CONFIG_DISPLAY_CPUINFO */ |