samsung: add support for an XU3 image

This commit is contained in:
Christian Hewitt 2022-06-26 10:33:38 +00:00
parent eb5fa5e23b
commit e924769df9
2 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,4 @@ SRCDIR="$BUILD/image/system/usr/share/bootloader"
DSTDIR="$RELEASE_DIR/3rdparty/bootloader"
mkdir -p "$DSTDIR/dtb"
cp -a "$SRCDIR"/*xu4.dtb "$DSTDIR/dtb"
cp -a "$SRCDIR"/*xu{3,4}.dtb "$DSTDIR/dtb"

View File

@ -345,6 +345,10 @@ devices = \
},
'Samsung': {
'Exynos': {
'odroid-xu3': {
'dtb': 'exynos5422-odroidxu3.dtb',
'config': 'odroid-xu3_defconfig'
},
'odroid-xu4': {
'dtb': 'exynos5422-odroidxu4.dtb',
'config': 'odroid-xu4_defconfig'