diff options
Diffstat (limited to 'src/mainboard/google/urara/Kconfig')
-rw-r--r-- | src/mainboard/google/urara/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/urara/Kconfig b/src/mainboard/google/urara/Kconfig index 1386bc8f25..20cd11805e 100644 --- a/src/mainboard/google/urara/Kconfig +++ b/src/mainboard/google/urara/Kconfig @@ -40,6 +40,10 @@ config MAINBOARD_PART_NUMBER string default "ImgTec Pistachio Virtual Platform" +config BOOTBLOCK_MAINBOARD_INIT + string + default "mainboard/google/urara/bootblock.c" + config DRAM_SIZE_MB int default 256 |