diff options
author | skrll <skrll@pkgsrc.org> | 2018-09-27 14:29:36 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2018-09-27 14:29:36 +0000 |
commit | eb5a0fcfa12b36ff22df9725b3644058eec2953d (patch) | |
tree | 977ce6aa457e378815250e152a9c77f7a4e14886 /sysutils/u-boot | |
parent | 68cfbdc1594dc316860f7d5c80a0c2ec161d5795 (diff) | |
download | pkgsrc-eb5a0fcfa12b36ff22df9725b3644058eec2953d.tar.gz |
Update CONFIG_BOOTCOMMAND for tk1 in same way as tx1 (for real)
Diffstat (limited to 'sysutils/u-boot')
-rw-r--r-- | sysutils/u-boot/distinfo | 3 | ||||
-rw-r--r-- | sysutils/u-boot/patches/patch-configs_jetson-tk1_defconfig | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/u-boot/distinfo b/sysutils/u-boot/distinfo index d6af7ff615b..35285564fb3 100644 --- a/sysutils/u-boot/distinfo +++ b/sysutils/u-boot/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2018/09/25 21:49:20 jmcneill Exp $ +$NetBSD: distinfo,v 1.16 2018/09/27 14:29:36 skrll Exp $ SHA1 (u-boot-2018.05.tar.bz2) = 605543501f7450ffa4e9c7fd98d2f36dbc0657b0 RMD160 (u-boot-2018.05.tar.bz2) = b305357058feb875233c3a32f41e14548b97855d @@ -8,6 +8,7 @@ SHA1 (patch-arch_arm_cpu_armv8_Kconfig) = 63cbbf2e3cebd46793fc03cc8e62297f6dc01a SHA1 (patch-arch_arm_dts_Makefile) = 1730c74c5ca78a4156cea4a903e153b1d61b3171 SHA1 (patch-arch_arm_dts_sun50i-h5-nanopi-neo-plus2.dts) = 5aae66cd400e7d48312fdf3399d44ec9a5c51aaf SHA1 (patch-arch_arm_dts_sun50i-h5-orangepi-zero-plus.dts) = 191402f0f68c1916196430819c50a36a4808b79f +SHA1 (patch-configs_jetson-tk1_defconfig) = e25d89b9440f9bb4486ac22fc47083ed24abdd95 SHA1 (patch-configs_orangepi_zero_plus_defconfig) = 328204fda6f202a2468c34b60fda71e0aa72e92a SHA1 (patch-configs_p2371-2180_defconfig) = 2a3f1ad4f9963af403c2c9f2f01b892bbe55188c SHA1 (patch-drivers_video_sunxi_sunxi__display.c) = 8e6a6a781cce25af5cba289fc2ca76e30b62aff6 diff --git a/sysutils/u-boot/patches/patch-configs_jetson-tk1_defconfig b/sysutils/u-boot/patches/patch-configs_jetson-tk1_defconfig new file mode 100644 index 00000000000..2c0601e3db8 --- /dev/null +++ b/sysutils/u-boot/patches/patch-configs_jetson-tk1_defconfig @@ -0,0 +1,8 @@ +$NetBSD: patch-configs_jetson-tk1_defconfig,v 1.1 2018/09/27 14:29:36 skrll Exp $ +--- configs/jetson-tk1_defconfig.orig 2018-09-27 14:26:37.000000000 +0100 ++++ configs/jetson-tk1_defconfig 2018-09-27 14:27:09.000000000 +0100 +@@ -54,3 +54,4 @@ + CONFIG_USB_GADGET_DOWNLOAD=y + CONFIG_USB_HOST_ETHER=y + CONFIG_USB_ETHER_ASIX=y ++CONFIG_BOOTCOMMAND="pci enum; run distro_bootcmd" |