diff options
Diffstat (limited to 'configs/sam9x60ek_qspiflash_defconfig')
-rw-r--r-- | configs/sam9x60ek_qspiflash_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sam9x60ek_qspiflash_defconfig b/configs/sam9x60ek_qspiflash_defconfig index 32aa49d41f..ef2e2db8b8 100644 --- a/configs/sam9x60ek_qspiflash_defconfig +++ b/configs/sam9x60ek_qspiflash_defconfig @@ -13,6 +13,7 @@ CONFIG_ENV_SECT_SIZE=0x1000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="sam9x60ek" CONFIG_SYS_PROMPT="U-Boot> " +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DEBUG_UART_BASE=0xfffff200 CONFIG_DEBUG_UART_CLOCK=200000000 CONFIG_DEBUG_UART_BOARD_INIT=y @@ -101,4 +102,3 @@ CONFIG_W1=y CONFIG_W1_GPIO=y CONFIG_W1_EEPROM=y CONFIG_W1_EEPROM_DS24XXX=y -CONFIG_OF_LIBFDT_OVERLAY=y |