X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cmd%2Freginfo.c;h=8e4bec8c4be5423e29edfac4211e22d5e03a87ff;hb=98f705c9cefdfdba62c069821bbba10273a0a8ed;hp=babea84660f197bb49c4b7287c789646673140f0;hpb=ebba9d1daf7745483c8078bdae18875a84df5bc1;p=platform%2Fkernel%2Fu-boot.git diff --git a/cmd/reginfo.c b/cmd/reginfo.c index babea84..8e4bec8 100644 --- a/cmd/reginfo.c +++ b/cmd/reginfo.c @@ -7,9 +7,7 @@ #include #include -#if defined (CONFIG_4xx) -extern void ppc4xx_reginfo(void); -#elif defined (CONFIG_MPC86xx) +#if defined(CONFIG_MPC86xx) extern void mpc86xx_reginfo(void); #elif defined(CONFIG_MPC85xx) extern void mpc85xx_reginfo(void); @@ -18,9 +16,7 @@ extern void mpc85xx_reginfo(void); static int do_reginfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { -#if defined (CONFIG_4xx) - ppc4xx_reginfo(); -#elif defined(CONFIG_MPC86xx) +#if defined(CONFIG_MPC86xx) mpc86xx_reginfo(); #elif defined(CONFIG_MPC85xx)