diff options
author | Guillaume La Roque | 2019-10-11 17:33:58 +0200 |
---|---|---|
committer | Neil Armstrong | 2019-10-18 14:54:37 +0200 |
commit | be2ffa1656509cc974910224a87443868d7037d9 (patch) | |
tree | f786f26f80cd29325469d4ac4f52dc4a8421b14a /board | |
parent | 880c0aa91d9569d466f575f24b3ee03eb607a350 (diff) |
configs: sei610: Add config file to fix userdata size
Add separate config file to handle the different eMMC size on
the sei610 board.
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/amlogic/sei610/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/amlogic/sei610/MAINTAINERS b/board/amlogic/sei610/MAINTAINERS index 20f12334e9c..da77aafa412 100644 --- a/board/amlogic/sei610/MAINTAINERS +++ b/board/amlogic/sei610/MAINTAINERS @@ -4,3 +4,4 @@ S: Maintained L: u-boot-amlogic@groups.io F: board/amlogic/sei610/ F: configs/sei610_defconfig +F: include/configs/sei610.h |