odroid-xu3-bootloader: use 1MB-capable bootloader

(cherry picked from commit 7d66259a777fd1b1930eca26f08236f657529e25)
This commit is contained in:
Nikolay Amiantov
2017-03-21 04:23:36 +03:00
parent c808801937
commit 8eabb34e5f
2 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ in rec {
ubootOdroidXU3 = buildUBoot rec {
defconfig = "odroid-xu3_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["u-boot.bin"];
filesToInstall = ["u-boot-dtb.bin"];
};
ubootPcduino3Nano = buildUBoot rec {