From ee930fffee469d076998274a2ca55e13dc1efb67 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:54 +0000 Subject: [PATCH] enable tun/tap/iptables --- u-boot/include/configs/rk3288_common.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/u-boot/include/configs/rk3288_common.h b/u-boot/include/configs/rk3288_common.h index 1ffa23e..be29922 100644 --- a/u-boot/include/configs/rk3288_common.h +++ b/u-boot/include/configs/rk3288_common.h @@ -59,7 +59,7 @@ #define ENV_MEM_LAYOUT_SETTINGS \ "scriptaddr=0x00000000\0" \ "pxefile_addr_r=0x00100000\0" \ - "fdt_addr_r=0x08300000\0" \ + "fdt_addr_r=0x08100000\0" \ "kernel_addr_r=0x02008000\0" \ "ramdisk_addr_r=0x0a200000\0" -- Gitblit v1.6.2