mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 05:04:23 +08:00
config: Add default client arch defines for intel architectures
Define default PXE client architecture identifiers for IA32 (0x0 aka Intel x86PC) and Intel x86-64 (0x9 aka EFI x86-64). This prepares for usage for config_distro_defaults in the sandbox architecture Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
This commit is contained in:
parent
4a0bd1020f
commit
f96d0b8149
@ -29,6 +29,10 @@
|
||||
#else
|
||||
#define CONFIG_BOOTP_VCI_STRING "U-boot.arm"
|
||||
#endif
|
||||
#elif defined(__i386__)
|
||||
#define CONFIG_BOOTP_PXE_CLIENTARCH 0x0
|
||||
#elif defined(__x86_64__)
|
||||
#define CONFIG_BOOTP_PXE_CLIENTARCH 0x9
|
||||
#endif
|
||||
|
||||
#define CONFIG_OF_LIBFDT
|
||||
|
Loading…
Reference in New Issue
Block a user