Commit cfed66f66362a1397fab32c8c8bf8fe663227f73

Authored by Eric Lee
1 parent b871623a0b
Exists in master

Remove Redundant codes from U-Boot

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

recipes-bsp/u-boot/u-boot-smarct437x_2015.07-smarct437x.bb
1 require u-boot-smarc.inc 1 require u-boot-smarc.inc
2 2
3 # u-boot needs devtree compiler to parse dts files 3 # u-boot needs devtree compiler to parse dts files
4 DEPENDS += "dtc-native" 4 DEPENDS += "dtc-native"
5 5
6 DESCRIPTION = "u-boot bootloader for Embedian SMARC-T437x Computer on Module" 6 DESCRIPTION = "u-boot bootloader for Embedian SMARC-T437x Computer on Module"
7 7
8 COMPATIBLE_MACHINE = "smarct437x" 8 COMPATIBLE_MACHINE = "smarct437x"
9 9
10 LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" 10 LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
11 11
12 PV = "2015.07-smarct437x" 12 PV = "2015.07-smarct437x"
13 PR = "r0+gitr${SRCPV}" 13 PR = "r0+gitr${SRCPV}"
14 14
15 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}" 15 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}"
16 16
17 BRANCH = "v2015.07-smarct4x" 17 BRANCH = "v2015.07-smarct4x"
18 18
19 SRCREV = "50fc2b00a709e9336550a78ea2ff22a67c44f554" 19 SRCREV = "28f7b49eda8fcdb60fdb50166188bd849c7feb37"
20 20
21 S = "${WORKDIR}/git" 21 S = "${WORKDIR}/git"
22 22
23 UBOOT_SUFFIX = "img" 23 UBOOT_SUFFIX = "img"
24 24
25 # If TEST# pin is shunt # 25 # If TEST# pin is shunt #
26 # SPL_BINARY = "MLO" 26 # SPL_BINARY = "MLO"
27 SPL_BINARY = "MLO.byteswap" 27 SPL_BINARY = "MLO.byteswap"
28 UBOOT_SPI_BINARY = "u-boot.img" 28 UBOOT_SPI_BINARY = "u-boot.img"
29 SPL_UART_BINARY = "u-boot-spl.bin" 29 SPL_UART_BINARY = "u-boot-spl.bin"
30 30