src: Remove some romcc workarounds
Now that romcc is gone, move cmos_post_init() into post.c, and remove some preprocessor workarounds. Change-Id: I0ee4551e476cdd1102e86e7efc74d5909f64a37b Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37950 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
committed by
Patrick Georgi
parent
d225834220
commit
4a216475f5
@@ -31,9 +31,7 @@
|
||||
#define PC87417_RTC 0x10
|
||||
|
||||
#define PC87417_GPIO_DEV PNP_DEV(0x2e, PC87417_GPIO)
|
||||
/* This is to get around a romcc bug */
|
||||
/* #define PC87417_XBUS_DEV PNP_DEV(0x2e, PC87417_XBUS) */
|
||||
#define PC87417_XBUS_DEV PNP_DEV(0x2e, 0x0f)
|
||||
#define PC87417_XBUS_DEV PNP_DEV(0x2e, PC87417_XBUS)
|
||||
|
||||
#define PC87417_GPSEL 0xf0
|
||||
#define PC87417_GPCFG1 0xf1
|
||||
|
Reference in New Issue
Block a user