U-Boot: Make ubootJetsonTK1 install even more files
(cherry picked from commit 4fe75d11b2
)
(cherry picked from commit a68e60f450b5be76d40627066b2c34a0e2360fab)
This commit is contained in:
parent
f2ea9e0ebf
commit
d884ece1da
|
@ -147,6 +147,11 @@ in rec {
|
||||||
defconfig = "jetson-tk1_defconfig";
|
defconfig = "jetson-tk1_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
filesToInstall = ["u-boot" "u-boot.dtb" "u-boot-dtb-tegra.bin" "u-boot-nodtb-tegra.bin"];
|
filesToInstall = ["u-boot" "u-boot.dtb" "u-boot-dtb-tegra.bin" "u-boot-nodtb-tegra.bin"];
|
||||||
|
# tegra-uboot-flasher expects this exact directory layout, sigh...
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/spl
|
||||||
|
cp spl/u-boot-spl $out/spl/
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
ubootOdroidXU3 = buildUBoot rec {
|
ubootOdroidXU3 = buildUBoot rec {
|
||||||
|
|
Loading…
Reference in New Issue