summaryrefslogtreecommitdiffstats
path: root/include/stdio_dev.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-11-03 23:23:37 -0800
committerAnatolij Gustschin <agust@denx.de>2015-11-05 08:22:21 +0100
commit1caf934a0504013874238445daaea7f32c36ab04 (patch)
tree4dc939261773f72f7802891dd7104cd44141b402 /include/stdio_dev.h
parent8168ee38c26be586012743ded262145081d49d05 (diff)
downloadblackbird-obmc-uboot-1caf934a0504013874238445daaea7f32c36ab04.tar.gz
blackbird-obmc-uboot-1caf934a0504013874238445daaea7f32c36ab04.zip
video: Drop DEV_FLAGS_SYSTEM flag
DEV_FLAGS_SYSTEM does not have any actual meaning, hence drop it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/stdio_dev.h')
-rw-r--r--include/stdio_dev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h
index 95d6246f59..d473f16967 100644
--- a/include/stdio_dev.h
+++ b/include/stdio_dev.h
@@ -16,7 +16,6 @@
#define DEV_FLAGS_INPUT 0x00000001 /* Device can be used as input console */
#define DEV_FLAGS_OUTPUT 0x00000002 /* Device can be used as output console */
-#define DEV_FLAGS_SYSTEM 0x80000000 /* Device is a system device */
#define DEV_EXT_VIDEO 0x00000001 /* Video extensions supported */
/* Device information */
OpenPOWER on IntegriCloud