commit | 31e997f9212be04e7bbe9c05785d72c4931dcfd4 | [log] [tgz] |
---|---|---|
author | Wu, Josh <Josh.wu@atmel.com> | Wed Jun 04 11:01:24 2014 +0800 |
committer | Tom Rini <trini@ti.com> | Thu Jun 05 17:01:59 2014 -0400 |
tree | 57ef21bbed0214ef73d6c37d2938e1573bc3088d | |
parent | 97cb4e5450074ec82adeed98af68aede4a30a590 [diff] |
fs: fatwrite: use map_sysmem before use file_fat_write When the map_sysmem, then the fatwrite command can support sandbox. Following command will show how to use it: => sb bind 0 sd.img => fatls host 0 => fatwrite host 0 $memaddr filename $filesize Signed-off-by: Josh Wu <josh.wu@atmel.com> Acked-by: Simon Glass <sjg@chromium.org>