commit | 3ee96c7da9b76f7462c2fae89592f5bad110ea90 | [log] [tgz] |
---|---|---|
author | Guillaume GARDET <guillaume.gardet@free.fr> | Tue Aug 26 12:05:31 2014 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Sep 09 16:58:06 2014 +0200 |
tree | 2cc9cacca43600cbd9dc76a8bd08eac7596873c0 | |
parent | f4fb5ef045e1c53fc92b34d53e58a3c2ebabd4e1 [diff] |
imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic 'load' command instead of 'fatload'. It allows to use ext filesystem and keep compatibilty with fat filesystem. Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Cc: Stefano Babic <sbabic@denx.de> Acked-By: Eric Nelson <eric.nelson@boundarydevices.com>