diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-05-01 19:43:54 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-05-15 13:34:23 +0200 |
commit | e7756974aa051c927c034d87b1c6611861899354 (patch) | |
tree | bda28c70f3495982fdf800969e868005a972d949 /package/boot | |
parent | eb7eed416bc09eab5edb11f028eff09777d4989a (diff) | |
download | upstream-e7756974aa051c927c034d87b1c6611861899354.tar.gz upstream-e7756974aa051c927c034d87b1c6611861899354.tar.bz2 upstream-e7756974aa051c927c034d87b1c6611861899354.zip |
tegra: add vendor string to device name
for better identification. Also create SUPPORTED_DEVICES string from it
which corresponds to dts compatible string.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-tegra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile index a42d9cfc27..4b9f7876f8 100644 --- a/package/boot/uboot-tegra/Makefile +++ b/package/boot/uboot-tegra/Makefile @@ -23,7 +23,7 @@ endef define U-Boot/trimslice NAME := CompuLab TrimSlice - BUILD_DEVICES := trimslice + BUILD_DEVICES := compulab_trimslice UBOOT_IMAGE := trimslice-mmc.img trimslice-spi.img SOC := tegra20 VENDOR := compulab |