[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
|
||||
endif
|
||||
LIBS += lib_$(ARCH)/lib$(ARCH).a
|
||||
LIBS += fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a \
|
||||
fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/romfs/libromfs.a
|
||||
LIBS += fs/cramfs/libcramfs.a fs/ext2/libext2fs.a fs/fat/libfat.a \
|
||||
fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a \
|
||||
fs/romfs/libromfs.a
|
||||
LIBS += net/libnet.a
|
||||
LIBS += disk/libdisk.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;
|
||||
}
|
||||
|
||||
/*************************************************/
|
||||
/***************************************************/
|
||||
/* U-boot commands */
|
||||
/*************************************************/
|
||||
/***************************************************/
|
||||
|
||||
/**
|
||||
* Routine implementing fsload u-boot command. This routine tries to load
|
||||
|
|
Loading…
Reference in New Issue