]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Rename PCI ID for swap_case to be more specific
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:01 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:39 +0000 (13:57 +0800)
commit3414581380d9dace84ac6347aa1b448d12ba900d
tree2d4f9e4224b0a39ae7e861e489e011a0a095d2d8
parent5abd58f0de66955f14e37da49e9d2d3e2f92ef88
sandbox: Rename PCI ID for swap_case to be more specific

Rename this ID to SANDBOX_PCI_SWAP_CASE_EMUL_ID since it is more
descriptive and allows us to add new PCI emulators without any conflict or
confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/sandbox/include/asm/test.h
drivers/misc/swap_case.c
test/dm/pci.c