OSDN Git Service

rx: remove builtin dtb.
authorYoshinori Sato <yo-satoh@sios.com>
Fri, 28 Jan 2022 12:24:11 +0000 (21:24 +0900)
committerYoshinori Sato <yo-satoh@sios.com>
Sat, 29 Jan 2022 07:42:48 +0000 (16:42 +0900)
Signed-off-by: Yoshinori Sato <yo-satoh@sios.com>
arch/rx/Kconfig
arch/rx/boot/dts/Makefile

index c231165..ed60d65 100644 (file)
@@ -136,10 +136,6 @@ config AP_RX64M
        select CPU_RX64M
 endchoice
 
-config RX_BUILTIN_DTB
-        string "Builtin DTB"
-       default ""
-
 config CPU_RX610
        bool
        select RX_ICUA
index 477edba..e4b5a56 100644 (file)
@@ -1,8 +1,2 @@
-ifneq '$(CONFIG_RX_BUILTIN_DTB)' '""'
-BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_RX_BUILTIN_DTB)).dtb.o
-endif
-
-obj-y += $(BUILTIN_DTB)
-
-dtb-$(CONFIG_RX_GDB_SIM) := rx_sim.dtb
+dtb-$(CONFIG_RX_QEMU) := rx-virt.dtb
 dtb-$(CONFIG_TKDN_RX62N) := tkdn_rx62n.dtb