smbios: Provide a sandbox test
Create a sandbox test for the smbios command. This checks that the expected output is produced. Drop the unnecessary 0x before each address, since U-Boot uses hex by default. Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -38,6 +38,7 @@ obj-$(CONFIG_CMD_PINMUX) += pinmux.o
|
||||
obj-$(CONFIG_CMD_PWM) += pwm.o
|
||||
obj-$(CONFIG_CMD_READ) += rw.o
|
||||
obj-$(CONFIG_CMD_SETEXPR) += setexpr.o
|
||||
obj-$(CONFIG_CMD_SMBIOS) += smbios.o
|
||||
obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o
|
||||
ifdef CONFIG_NET
|
||||
obj-$(CONFIG_CMD_WGET) += wget.o
|
||||
|
||||
Reference in New Issue
Block a user