commit | b86a05d7b4d3b7184f5cf9f9836e6c9cbd72c41c | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Fri Aug 02 16:21:55 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 12 13:33:42 2019 -0400 |
tree | 4533fea0fe97dbe502757660eaa9252a445f73ee | |
parent | 9c404d9761e128f950f77ca6f05454e447193018 [diff] |
ARM: da850-evm: Enable filesystem commands when booting from NOR The configuration with NOR is mutually exclusive with MMC, and as such, the filesystem commands were disabled. With the USB host enabled, this patch enables the file system command which can be executed on storage devices attached to the USB. Signed-off-by: Adam Ford <aford173@gmail.com>