]> git.sur5r.net Git - u-boot/blobdiff - net/Kconfig
mx6slevk: Avoid hardcoded RAM size
[u-boot] / net / Kconfig
index 64fd0f94bf45dd4f921f5e5dc145a060044717b2..c393269f270b58b84e1a8369a1c673978ff2a7f3 100644 (file)
@@ -34,7 +34,8 @@ config NET_TFTP_VARS
 
 config BOOTP_PXE_CLIENTARCH
        hex
-        default 0x100 if ARM
+        default 0x16 if ARM64
+        default 0x15 if ARM
         default 0 if X86
 
 config BOOTP_VCI_STRING
@@ -44,4 +45,7 @@ config BOOTP_VCI_STRING
        default "U-Boot.arm" if ARM
        default "U-Boot"
 
+config SPL_NET_VCI_STRING
+       string
+
 endif   # if NET