mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
u-boot: update hardkernel version to 83bf8f0
This commit is contained in:
parent
9477afb210
commit
ae408015e5
@ -24,7 +24,7 @@ if [ "$UBOOT_VERSION" = "imx6-cuboxi" ]; then
|
|||||||
# https://github.com/SolidRun/u-boot-imx6.git
|
# https://github.com/SolidRun/u-boot-imx6.git
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
elif [ "$UBOOT_VERSION" = "hardkernel" ]; then
|
elif [ "$UBOOT_VERSION" = "hardkernel" ]; then
|
||||||
PKG_VERSION="502b13b"
|
PKG_VERSION="83bf8f0"
|
||||||
PKG_SITE="https://github.com/hardkernel/u-boot"
|
PKG_SITE="https://github.com/hardkernel/u-boot"
|
||||||
PKG_URL="https://github.com/hardkernel/u-boot/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/hardkernel/u-boot/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET gcc-linaro-aarch64-none-elf:host"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET gcc-linaro-aarch64-none-elf:host"
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
diff -Naur a/include/configs/odroidc2.h b/include/configs/odroidc2.h
|
diff -Naur a/include/configs/odroidc2.h b/include/configs/odroidc2.h
|
||||||
--- a/include/configs/odroidc2.h 2016-03-30 00:48:47.000000000 -0700
|
--- a/include/configs/odroidc2.h 2016-06-17 12:29:58.790889191 -0700
|
||||||
+++ b/include/configs/odroidc2.h 2016-05-05 23:41:45.354660099 -0700
|
+++ b/include/configs/odroidc2.h 2016-06-17 12:31:40.319838401 -0700
|
||||||
@@ -83,20 +83,12 @@
|
@@ -83,20 +83,12 @@
|
||||||
"loadaddr=0x20000000\0" \
|
"loadaddr=0x20000000\0" \
|
||||||
"dtbaddr=0x1000000\0" \
|
"dtbaddr=0x1000000\0" \
|
||||||
"fdt_high=0x20000000\0" \
|
"fdt_high=0x20000000\0" \
|
||||||
- "hdmimode=720p60hz\0" \
|
- "hdmimode=1080p60hz\0" \
|
||||||
- "cecconfig=cec0xf\0" \
|
- "cecconfig=cec0xf\0" \
|
||||||
- "bootargs=root=/dev/mmcblk0p2 rw init=/init rootwait " \
|
- "bootargs=root=/dev/mmcblk0p2 rw init=/init rootwait " \
|
||||||
- "console=ttyS0,115200 " \
|
- "console=ttyS0,115200 " \
|
||||||
- "hdmimode=720p60hz hdmitx=cecf " \
|
- "hdmimode=1080p60hz hdmitx=cecf " \
|
||||||
- "logo=osd1,loaded,0x3f800000,720p60hz " \
|
- "logo=osd1,loaded,0x3f800000,1080p60hz " \
|
||||||
- "androidboot.hardware=odroidc2 androidboot.serialno=${fbt_id#} " \
|
- "androidboot.hardware=odroidc2 " \
|
||||||
- "androidboot.selinux=disabled \0" \
|
- "androidboot.selinux=disabled \0" \
|
||||||
- "bootcmd=cfgload; showlogo ${hdmimode}; movi read dtb 0 ${dtbaddr}; movi read boot 0 ${loadaddr}; booti ${loadaddr} - ${dtbaddr}\0"
|
- "bootcmd=cfgload; showlogo ${hdmimode}; movi read dtb 0 ${dtbaddr}; movi read boot 0 ${loadaddr}; booti ${loadaddr} - ${dtbaddr}\0"
|
||||||
+ "bootcmd=cfgload\0"
|
+ "bootcmd=cfgload\0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user