mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 22:33:18 +00:00
95f7103f94
Given now nsim_hs38 configuration is usable on QEMU and in QEMU we have Virtio working perfectly fine the next logical step is to add support of supported & known to work net & bkl to this config. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
12 lines
135 B
Text
12 lines
135 B
Text
if TARGET_NSIM
|
|
|
|
config SYS_BOARD
|
|
default "nsim"
|
|
|
|
config SYS_VENDOR
|
|
default "synopsys"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "nsim"
|
|
|
|
endif
|