mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
[FIX] Coding style cleanup - Wolfgang's suggestions
This commit is contained in:
parent
a274ca4f6d
commit
ab4b956d31
5
Makefile
5
Makefile
@ -198,8 +198,9 @@ ifeq ($(CPU),ixp)
|
|||||||
LIBS += cpu/ixp/npe/libnpe.a
|
LIBS += cpu/ixp/npe/libnpe.a
|
||||||
endif
|
endif
|
||||||
LIBS += lib_$(ARCH)/lib$(ARCH).a
|
LIBS += lib_$(ARCH)/lib$(ARCH).a
|
||||||
LIBS += fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a \
|
LIBS += fs/cramfs/libcramfs.a fs/ext2/libext2fs.a fs/fat/libfat.a \
|
||||||
fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/romfs/libromfs.a
|
fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a \
|
||||||
|
fs/romfs/libromfs.a
|
||||||
LIBS += net/libnet.a
|
LIBS += net/libnet.a
|
||||||
LIBS += disk/libdisk.a
|
LIBS += disk/libdisk.a
|
||||||
LIBS += rtc/librtc.a
|
LIBS += rtc/librtc.a
|
||||||
|
@ -1837,9 +1837,9 @@ static struct part_info* jffs2_part_info(struct mtd_device *dev, unsigned int pa
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*************************************************/
|
/***************************************************/
|
||||||
/* U-boot commands */
|
/* U-boot commands */
|
||||||
/*************************************************/
|
/***************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Routine implementing fsload u-boot command. This routine tries to load
|
* Routine implementing fsload u-boot command. This routine tries to load
|
||||||
|
Loading…
x
Reference in New Issue
Block a user