diff options
Diffstat (limited to 'configs/rastaban_defconfig')
-rw-r--r-- | configs/rastaban_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/rastaban_defconfig b/configs/rastaban_defconfig index 954f38acba..2315715d4b 100644 --- a/configs/rastaban_defconfig +++ b/configs/rastaban_defconfig @@ -1,7 +1,8 @@ CONFIG_ARM=y CONFIG_TARGET_RASTABAN=y -CONFIG_CMD_NET=y CONFIG_SPL=y CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n" CONFIG_AUTOBOOT_STOP_STR="\x1b\x1b" +CONFIG_CMD_NET=y +CONFIG_SPI_FLASH=y |