Changeset f22f679 in mainline for kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c
- Timestamp:
- 2013-04-04T21:01:11Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44186b01
- Parents:
- 409a996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c
r409a996 rf22f679 173 173 static void raspberrypi_output_init(void) 174 174 { 175 #ifdef CONFIG_FB 176 fb_properties_t prop; 177 if (bcm2835_fb_init(&prop)) { 178 outdev_t *fb_dev = fb_init(&prop); 179 if (fb_dev) 180 stdout_wire(fb_dev); 181 } 182 #endif 183 175 184 #ifdef CONFIG_PL011_UART 176 185 if (pl011_uart_init(&raspi.uart, BCM2835_UART_IRQ,
Note:
See TracChangeset
for help on using the changeset viewer.