Enable or disable the power button in Kconfig
[coreboot.git] / src / mainboard / pcengines / alix2d / romstage.c
index aa5f7a0fc40ed58b0549876360f420bdbf2b91cb..10ab27d6627ef0afda622f6d3bd2f1cc1e8b7f83 100644 (file)
@@ -119,12 +119,6 @@ static u8 spd_read_byte(u8 device, u8 address)
 /** Early mainboard specific GPIO setup. */
 static void mb_gpio_init(void)
 {
-       /*
-        * Disable power button, since it is hardwired to ground on this board,
-        * and the power would be cut off atfer a 4-second delay otherwise.
-        */
-       outl(0x00020000, PMS_IO_BASE + 0x40);
-
        /*
         * Enable LEDs GPIO outputs to light up the leds
         * This is how the original tinyBIOS sets them after boot.