summaryrefslogtreecommitdiffstats
path: root/disk/part.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-02-24 23:23:29 +0000
committerwdenk <wdenk>2005-02-24 23:23:29 +0000
commit1968e615d4092f728f4732a0b148ded6d1caa731 (patch)
tree66de94197932c86badc51db7f7ba9b17a8640e1a /disk/part.c
parent151ab83a936e66cf56971a0e0340609528474734 (diff)
downloadtalos-obmc-uboot-1968e615d4092f728f4732a0b148ded6d1caa731.tar.gz
talos-obmc-uboot-1968e615d4092f728f4732a0b148ded6d1caa731.zip
Cleanup USB and partition defines
Diffstat (limited to 'disk/part.c')
-rw-r--r--disk/part.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/disk/part.c b/disk/part.c
index 0e9ddbd9f8..2255e726cf 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -36,7 +36,8 @@
#if ((CONFIG_COMMANDS & CFG_CMD_IDE) || \
(CONFIG_COMMANDS & CFG_CMD_SCSI) || \
(CONFIG_COMMANDS & CFG_CMD_USB) || \
- (CONFIG_MMC) || (CONFIG_SYSTEMACE) )
+ defined(CONFIG_MMC) || \
+ defined(CONFIG_SYSTEMACE) )
/* ------------------------------------------------------------------------- */
/*
OpenPOWER on IntegriCloud