From 46926a94dbb71f57df7a9d30e538f41990301444 Mon Sep 17 00:00:00 2001
From: Daniel Barlow <dan@telent.net>
Date: Thu, 21 Dec 2023 18:37:15 +0000
Subject: [PATCH] dont need phram-address param for tftpboot test

the phram setup for this test is all passed from
u-boot to the kernel
---
 tests/tftpboot/test.nix | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/tftpboot/test.nix b/tests/tftpboot/test.nix
index 0dfdcae..f73bb34 100644
--- a/tests/tftpboot/test.nix
+++ b/tests/tftpboot/test.nix
@@ -9,7 +9,6 @@ let derivation = (import liminix {
     img = derivation.outputs.tftpboot;
     uboot = derivation.pkgs.${ubootName};
     pkgsBuild = derivation.pkgs.pkgsBuildBuild;
-    phram = 240 * 1024 * 1024;
 in pkgsBuild.runCommand "check" {
   nativeBuildInputs = with pkgsBuild; [
     expect
@@ -24,7 +23,6 @@ run-liminix-vm \
  --background ./vm \
  --u-boot ${uboot}/u-boot.bin \
  --arch ${derivation.pkgs.stdenv.hostPlatform.qemuArch} \
- --phram-address $(printf "0x%x" ${toString phram} ) \
  --lan "user,tftp=`pwd`" \
  --disk-image result/rootfs \
  result/uimage result/rootfs