diff options
author | Fabien Lahoudere <fabien.lahoudere@collabora.com> | 2018-11-08 11:28:05 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-01 14:12:18 +0100 |
commit | 725019bebeb681bab123a323e8a21ca858277c3d (patch) | |
tree | e3bb49cc0de0c25e9e8824b76874d48dc23d8a2f /board/embest/mx6boards/MAINTAINERS | |
parent | 0b366cf2b01dee62b6084b515046cb9e6ce5305f (diff) | |
download | u-boot-725019bebeb681bab123a323e8a21ca858277c3d.tar.gz |
embestmx6boards: Add SPL support
In order to boot faster with falcon mode, we need to add SPL
support to riotboard.
Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.com>
Diffstat (limited to 'board/embest/mx6boards/MAINTAINERS')
-rw-r--r-- | board/embest/mx6boards/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/embest/mx6boards/MAINTAINERS b/board/embest/mx6boards/MAINTAINERS index 0ffd4668b4..02756c58b3 100644 --- a/board/embest/mx6boards/MAINTAINERS +++ b/board/embest/mx6boards/MAINTAINERS @@ -5,3 +5,4 @@ F: board/embest/mx6boards/ F: include/configs/embestmx6boards.h F: configs/marsboard_defconfig F: configs/riotboard_defconfig +F: configs/riotboard_spl_defconfig |