aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/am1i-a/Kconfig.name
diff options
context:
space:
mode:
authorMike Banon <mikebdp2@gmail.com>2019-12-19 11:16:07 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-26 08:08:51 +0000
commit2bdc05d89b25f17a041f0c95362b9013fbc91bae (patch)
treecce7bb7cf5d55017d4d84fafc4c039881ae123d5 /src/mainboard/asus/am1i-a/Kconfig.name
parent7a70a46ecc30decffbea0bb3ef8fee54b155c1cc (diff)
asus/am1i-a: Switch away from ROMCC_BOOTBLOCK
Switching was done by moving a SIO configuration and the clocks setup from 'romstage.c' to 'bootblock.c', following the example of change CB:37719 (fc749b2). TEST=Boots into Artix Linux 2019 without a problem. Signed-off-by: Mike Banon <mikebdp2@gmail.com> Change-Id: I780fa87cb9cb3c45844c388331ef89eb8eb70ebb Reviewed-on: https://review.coreboot.org/c/coreboot/+/37829 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/asus/am1i-a/Kconfig.name')
-rw-r--r--src/mainboard/asus/am1i-a/Kconfig.name4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/am1i-a/Kconfig.name b/src/mainboard/asus/am1i-a/Kconfig.name
index 57c62278ca..840e821f65 100644
--- a/src/mainboard/asus/am1i-a/Kconfig.name
+++ b/src/mainboard/asus/am1i-a/Kconfig.name
@@ -1,2 +1,2 @@
-#config BOARD_ASUS_AM1I_A
-# bool"AM1I-A"
+config BOARD_ASUS_AM1I_A
+ bool "AM1I-A"