From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:41:23 +0000 Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c --- 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