mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
Merge branch 'master' of git://git.denx.de/u-boot-arm
Bringing in the MMC tree means that CONFIG_BOUNCE_BUFFER needed to be added to include/configs/exynos5-dt.h now. Conflicts: include/configs/exynos5250-dt.h Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
@@ -502,6 +502,7 @@ static int sb_token_to_long(char *tok, uint32_t *rid)
|
||||
|
||||
tok += 2;
|
||||
|
||||
errno = 0;
|
||||
id = strtoul(tok, &endptr, 16);
|
||||
if ((errno == ERANGE && id == ULONG_MAX) || (errno != 0 && id == 0)) {
|
||||
fprintf(stderr, "ERR: Value can't be decoded!\n");
|
||||
|
Reference in New Issue
Block a user