X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fcmd_reiser.c;h=989fd57c774ae6757a6b409cc64462d261218aca;hb=fd9bcaa35be64fe41a4223fdb6ecdbad52470b39;hp=f54019b5f1067f331fd609f2e3741a66ad0ff9aa;hpb=c76fe47425afc7d5d670ff0539823c85d65d9c42;p=karo-tx-uboot.git diff --git a/common/cmd_reiser.c b/common/cmd_reiser.c index f54019b5f1..989fd57c77 100644 --- a/common/cmd_reiser.c +++ b/common/cmd_reiser.c @@ -28,7 +28,7 @@ */ #include -#if (CONFIG_COMMANDS & CFG_CMD_REISER) || defined(CONFIG_CMD_REISER) +#if defined(CONFIG_CMD_REISER) #include #include #include @@ -240,4 +240,4 @@ U_BOOT_CMD( " to address 'addr' from dos filesystem\n" ); -#endif /* CONFIG_COMMANDS & CFG_CMD_REISER */ +#endif