uboot-mediatek: update to U-Boot 2024.01 release
[openwrt/openwrt.git] / package / boot / uboot-mediatek / patches / 310-mt7988-select-rootdisk.patch
index f6654731cb281e1c2fab7a5d382b121b5d2b5478..28d7e0a3f6e5cbf9b0dfffbe150fc0d7645f8545 100644 (file)
@@ -1,6 +1,6 @@
 --- a/board/mediatek/mt7988/mt7988_rfb.c
 +++ b/board/mediatek/mt7988/mt7988_rfb.c
-@@ -11,6 +11,8 @@
+@@ -11,7 +11,9 @@
  #include <env.h>
  #include <init.h>
  #include <asm/global_data.h>
@@ -9,7 +9,8 @@
 +#include <linux/libfdt.h>
  
  #ifndef CONFIG_RESET_BUTTON_LABEL
-@@ -44,3 +50,54 @@ int board_late_init(void)
+ #define CONFIG_RESET_BUTTON_LABEL "reset"
+@@ -44,3 +46,54 @@ int board_late_init(void)
        env_relocate();
        return 0;
  }