Commit bdb53cf0804d405d3c932e12b36e26eccd198cff

Authored by Daniel Schwierzeck
1 parent e8bb0c2b86

MIPS: qemu_mips: switch to generic board

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

Showing 2 changed files with 6 additions and 0 deletions Side-by-side Diff

include/configs/qemu-mips.h
... ... @@ -13,6 +13,9 @@
13 13 #define __CONFIG_H
14 14  
15 15 #define CONFIG_QEMU_MIPS
  16 +
  17 +#define CONFIG_SYS_GENERIC_BOARD
  18 +#define CONFIG_DISPLAY_BOARDINFO
16 19 #define CONFIG_MISC_INIT_R
17 20  
18 21 #define CONFIG_BOOTDELAY 10 /* autoboot after 10 seconds */
include/configs/qemu-mips64.h
... ... @@ -13,6 +13,9 @@
13 13 #define __CONFIG_H
14 14  
15 15 #define CONFIG_QEMU_MIPS
  16 +
  17 +#define CONFIG_SYS_GENERIC_BOARD
  18 +#define CONFIG_DISPLAY_BOARDINFO
16 19 #define CONFIG_MISC_INIT_R
17 20  
18 21 #define CONFIG_BOOTDELAY 10 /* autoboot after 10 seconds */