diff --git a/docs/buildroot.html b/docs/buildroot.html
index dfa69e0dd9..abe822f79f 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -661,16 +661,6 @@ endif
$(BOARD_PATH)/target_skeleton
so that the target
skeleton is stored in the board specific directory.
-
TARGET_DEVICE_TABLE
to a file that contains
- the target device table — the list of device files (in
- /dev/
) to be created by the root filesystem build
- procedure. If this variable is defined, the given device table
- will be used instead of the default one. If defined, the
- convention is to define it to
- $(BOARD_PATH)/target_device_table.txt
. See
- target/generic/device_table.txt
for an example
- file.