]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/include/asm/state.h
sandbox: Add LCD driver
[karo-tx-uboot.git] / arch / sandbox / include / asm / state.h
index 304104e058e36b0455e3c0701dbb1843a26e69db..895b3a4ec7b3b5f2add23d03f25dbf0511dcab79 100644 (file)
@@ -41,6 +41,7 @@ struct sandbox_state {
        bool read_state;                /* Read sandbox state on startup */
        bool write_state;               /* Write sandbox state on exit */
        bool ignore_missing_state_on_read;      /* No error if state missing */
+       bool show_lcd;                  /* Show LCD on start-up */
 
        /* Pointer to information for each SPI bus/cs */
        struct sandbox_spi_info spi[CONFIG_SANDBOX_SPI_MAX_BUS]