rv1126-uboot/common
Tom Rini 6bafa5a4bd fb_mmc.c: Correct blk_dread() return value checks
The function blk_dread will return -ENOSYS on failure or on success the
number of blocks read, which must be the number asked to read (otherwise
it failed somewhere).  Correct this check.

Cc: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-08-21 11:31:11 +02:00
..
eeprom
init spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 2017-07-27 14:59:03 +02:00
spl spl: spl_mmc.c Correct blk_dread() return value check 2017-08-20 09:54:30 -04:00
Kconfig Move environment files from common/ to env/ 2017-08-15 08:18:45 -04:00
Makefile Move environment files from common/ to env/ 2017-08-15 08:18:45 -04:00
autoboot.c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 2017-08-16 08:30:32 -04:00
bedbug.c
board_f.c common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA 2017-08-20 09:54:32 -04:00
board_info.c
board_r.c env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() 2017-08-16 08:30:44 -04:00
boot_fit.c boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() 2017-08-13 15:17:34 -04:00
bootm.c env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
bootm_os.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
bootretry.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
bootstage.c
bouncebuf.c
cli.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
cli_hush.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
cli_readline.c
cli_simple.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
command.c
common_fit.c
console.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
cros_ec.c
ddr_spd.c
dfu.c
dlmalloc.c spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 2017-07-27 14:59:03 +02:00
dlmalloc.src
edid.c
exports.c
fb_mmc.c fb_mmc.c: Correct blk_dread() return value checks 2017-08-21 11:31:11 +02:00
fb_nand.c common: use get_nand_dev_by_index() 2017-07-11 22:41:46 -04:00
fdt_support.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
flash.c
hash.c hash: Compile only hardware or software versions of SHA algorithms 2017-08-20 09:53:13 -04:00
hwconfig.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
image-android.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
image-fdt.c env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
image-fit.c
image-sig.c
image-sparse.c
image.c env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
iomux.c
iotrace.c
kallsyms.c
kgdb.c
kgdb_stubs.c
lcd.c lcd: avoid possible NULL dereference 2017-08-19 20:42:20 +02:00
lcd_console.c
lcd_console_rotation.c
lcd_simplefb.c
lynxkdi.c
main.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
malloc_simple.c
memsize.c
menu.c
miiphyutil.c
s_record.c
splash.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
splash_source.c Merge branch 'master' of git://git.denx.de/u-boot-mmc 2017-08-18 18:24:36 -04:00
stdio.c
system_map.c
update.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
usb.c
usb_hub.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
usb_kbd.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
usb_storage.c
xyzModem.c