| * Subodh Nijsure, SkyStream Networks, snijsure@skystream.com |
| * SPDX-License-Identifier: GPL-2.0+ |
| void mpc8xx_reginfo(void); |
| #elif defined(CONFIG_MPC86xx) |
| extern void mpc86xx_reginfo(void); |
| #elif defined(CONFIG_MPC85xx) |
| extern void mpc85xx_reginfo(void); |
| static int do_reginfo(cmd_tbl_t *cmdtp, int flag, int argc, |
| #elif defined(CONFIG_MPC86xx) |
| #elif defined(CONFIG_MPC85xx) |
| /**************************************************/ |
| #if defined(CONFIG_CMD_REGINFO) |
| reginfo, 2, 1, do_reginfo, |
| "print register information", |